]> granicus.if.org Git - neomutt/commit
Allow initial blank lines in local mailboxes.
authorDavid Champion <dgc@bikeshed.us>
Sun, 15 Jan 2017 03:18:45 +0000 (19:18 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commitd24bb53b7928bc4050f3d1ef6ee168359712ec49
treeb7802f0cfa65f221c6fe8755d68f46b2c9536538
parent9a34efc5acb56f234f92e0e3565ac0ea8859fcc3
Allow initial blank lines in local mailboxes.

Some mailbox-creation tools erroneously append a blank line to a file
before appending a UNIXv7-format mail message, resulting in mailboxes
that are intended to be valid "mbox" folders but are not.  Notably old
versions of Mailman do this, making archive files that cannot be read by
mutt.

This patch causes mutt to skip leading NLs and CRs when detecting magic.
mx.c