+2008-03-04 22:00 -0800 Petr Písař <petr.pisar@atlas.cz> (fdad7b9fa741)
+
+ * po/cs.po: Updated Czech translation
+
+2008-03-02 21:45 -0800 Vincent Lefevre <vincent@vinc17.org> (9a7d802004d3)
+
+ * po/fr.po: Updated French translation.
+
2008-02-27 14:45 +0100 Rocco Rutte <pdmef@gmx.net> (553ae136f20e)
* COPYRIGHT, main.c: Update copyright years in 'mutt -v' output and
2008-02-27 13:27 +0100 Anders Helmersson <anders.helmersson.utsikt@wasadata.net> (d2eb082fd872)
- * ChangeLog, curs_lib.c: Fix progress updates for large messages.
- Closes #3029.
+ * curs_lib.c: Fix progress updates for large messages. Closes #3029.
2008-02-27 09:30 +0100 N.J. Mann <njm@njm.f2s.com> (eb4e214c8ced)
2008-02-20 12:02 +0100 Rocco Rutte <pdmef@gmx.net> (9414b9dd36db)
- * ChangeLog, muttlib.c: Fix truncation logic for soft-padding (Closes
- #3035).
+ * muttlib.c: Fix truncation logic for soft-padding (Closes #3035).
2008-01-29 21:06 -0800 Brendan Cully <brendan@kublai.com> (fd741c1922f3)
2008-01-29 21:05 -0800 Benno Schulenberg <i18n@benno.vertaalt.nl> (95807c4b824f)
- * ChangeLog, po/nl.po: Improvements to the Dutch translation
+ * po/nl.po: Improvements to the Dutch translation
2008-01-17 17:32 +0100 Rocco Rutte <pdmef@gmx.net> (039d939d8c3e)
special to mutt_expand_path() may cause undesired expansion. Closes
#1719.
-2008-01-15 15:07 +0100 Rocco Rutte <pdmef@gmx.net> (02fd1874a894)
-
* INSTALL, README: Update stale INSTALL+README files
* mh.c: Make maildir_delayed_parsing() more readable
if (msg->content->next)
msg->content = mutt_make_multipart (msg->content);
- if (mutt_write_fcc (NONULL (fname), msg, NULL, 1, NULL) < 0)
+ if (mutt_write_fcc (fname, msg, NULL, 1, NULL) < 0)
msg->content = mutt_remove_multipart (msg->content);
else
mutt_message _("Message written.");
isSpool = mutt_is_spool (ctx->path) && !mutt_is_spool (mbox);
}
- if (isSpool && mbox && *mbox)
+ if (isSpool && *mbox)
{
mutt_expand_path (mbox, sizeof (mbox));
snprintf (buf, sizeof (buf), _("Move read messages to %s?"), mbox);