]> git.notmuchmail.org Git - notmuch/commit
new: Don't lose messages on SIGINT.
authorAustin Clements <amdragon@mit.edu>
Wed, 9 Feb 2011 01:56:31 +0000 (20:56 -0500)
committerDavid Bremner <bremner@debian.org>
Wed, 14 Sep 2011 01:00:15 +0000 (22:00 -0300)
commitbdaee77e1b0853b0dab00565e4c5b6164248f85a
tree550ce666f3d82cf4781f44300112161d20dc34d7
parent73ed66a501537fc145b6b6250513ec94c7b7e659
new: Don't lose messages on SIGINT.

Previously, message removals were always performed, even after a
SIGINT.  As a result, when a message was moved from one folder to
another, a SIGINT between processing the directory the message was
removed from and processing the directory it was added to would result
in notmuch removing that message from the database.
notmuch-new.c