]> git.pond.sub.org Git - empserver/commit
Change read and wire to never delete a corrupt mailbox
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 23 Nov 2011 19:24:51 +0000 (20:24 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 29 Dec 2011 10:47:07 +0000 (11:47 +0100)
commit8b7591f5d710409c75bcd03b28e0861231a115e5
treebd9a83f14e462f5703f9e9ee22cfbaae4f2d45f1
parentb6f666cff95509391b86dc12b3cd5c003a76ba2b
Change read and wire to never delete a corrupt mailbox

Before, rea() deleted the mailbox regardless of errors.  Acceptable
only when the user gets a chance to avoid that after the problem is
reported.  Not the case for "read y".

Not an issue for announcements, but treat them the same for
simplicity.
src/lib/commands/rea.c