]> git.notmuchmail.org Git - notmuch/commit
notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.
authorCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:50:42 +0000 (03:50 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Nov 2010 11:50:42 +0000 (03:50 -0800)
commit37a8096fdc0584567aab43a8bede7b32860a3517
treec1b5ef72ea21e0a85eb49587c3ea28e2fc053759
parent483f422699cc480b856ceeac77a4fa5d11f82ea0
notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.

It is totally legitimate for a non-maildir directory to be named "new"
(and not have a directory next to it named "cur"). To support this
case at least, be silent about any rename failure.
lib/message.cc