]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Don't try to remove an "unread" tag that's not there.
authorCarl Worth <cworth@cworth.org>
Tue, 3 Nov 2009 21:16:40 +0000 (13:16 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 3 Nov 2009 21:38:05 +0000 (13:38 -0800)
This optimization wouldn't be necessary if we had a nice fast "notmuch
tag" command. But since it's currently fairly slow, (see Xapian defect
250: http://trac.xapian.org/ticket/250), we're willing to take some
extra care to avoid calling "notmuch tag" unnecessarily.


No differences found