+2009-04-17 15:37 +0200 Rocco Rutte <pdmef@gmx.net> (3a7ecc3f8aeb)
+
+ * UPDATING, functions.h, pager.c: Make <set-flag> and <clear-flag>
+ work in the pager, too. Closes #3212.
+
+2009-04-17 13:20 +0200 Rocco Rutte <pdmef@gmx.net> (b9df4ac3d51e)
+
+ * ChangeLog, pager.c: Don't consider \n part of a line for body
+ coloring. Closes #2363.
+
2009-04-17 12:47 +0200 Rocco Rutte <pdmef@gmx.net> (85414f890777)
* attach.c: Enlarge buffer size for parsing mailcap files
resent_from[0] = '\0';
from = mutt_default_from ();
+ /*
+ * mutt_default_from() does not use $realname if the real name is not set
+ * in $from, so we add it here. The reason it is not added in
+ * mutt_default_from() is that during normal sending, we execute
+ * send-hooks and set the realname last so that it can be changed based
+ * upon message criteria.
+ */
+ if (! from->personal)
+ from->personal = safe_strdup(Realname);
+
if (fqdn)
rfc822_qualify (from, fqdn);