]> git.notmuchmail.org Git - notmuch/commit
lib: drop the deprecation message for single-message mbox files
authorJani Nikula <jani@nikula.org>
Sun, 23 Nov 2014 11:15:12 +0000 (13:15 +0200)
committerDavid Bremner <david@tethera.net>
Thu, 1 Jan 2015 15:47:47 +0000 (16:47 +0100)
commitc82a1745ac6fd83e025803a06711e913c86e6f47
tree92dcbbd965330ffb7f45fb08e376134ec9bb7e5c
parentc86353aa9a0c6ac4699676d99968ad718c14d77b
lib: drop the deprecation message for single-message mbox files

We generally do not support mbox files, but for historical reasons
we've supported single-message mbox files, with a deprecation
message. We've tried dropping the support altogether, but backed out
of it because we'd need to stop indexing them, while keeping support
for previously indexed files. This would be more complicated than
simply supporting single-message mbox files. Therefore, drop the
deprecation message, and just silently accept single-message mboxes.
lib/message-file.c
test/T050-new.sh