+2007-11-30 08:39 +0100 Rocco Rutte <pdmef@gmx.net> (234c02747bb3)
+
+ * commands.c: Format status line for external and internal pager the
+ same way to make %P work
+
+2007-11-29 16:03 +0100 Rocco Rutte <pdmef@gmx.net> (4899bcc1c2c3)
+
+ * ChangeLog, doc/db-cleanup.xsl: Add ascii-replacements for 0x2dc
+ (tilde) and 0x2026 (...) too. The manual cannot be clean us-acii but
+ now we should have at least latin1
+
2007-11-29 15:24 +0100 Rocco Rutte <pdmef@gmx.net> (c64cb80a90a6)
* doc/Makefile.am, doc/db-cleanup.xsl: Add a really ugly hack to make
rfc2047_decode_adrlist (e->mail_followup_to);
rfc2047_decode_adrlist (e->return_path);
rfc2047_decode_adrlist (e->sender);
+ rfc2047_decode (&e->x_label);
if (e->subject)
{
rfc2047_encode_adrlist (env->from, "From");
rfc2047_encode_adrlist (env->mail_followup_to, "Mail-Followup-To");
rfc2047_encode_adrlist (env->reply_to, "Reply-To");
+ rfc2047_encode_string (&env->x_label);
if (env->subject)
{
rfc2047_decode_adrlist (env->from);
rfc2047_decode_adrlist (env->reply_to);
rfc2047_decode (&env->subject);
+ rfc2047_decode (&env->x_label);
}
static int _mutt_bounce_message (FILE *fp, HEADER *h, ADDRESS *to, const char *resent_from,