From: Carl Worth Date: Tue, 3 Nov 2009 21:16:40 +0000 (-0800) Subject: notmuch.el: Don't try to remove an "unread" tag that's not there. X-Git-Tag: 0.1~605 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=3dc1507d15328499ee4526b2ee4d6988844f5d14;hp=3dc1507d15328499ee4526b2ee4d6988844f5d14;p=notmuch notmuch.el: Don't try to remove an "unread" tag that's not there. 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. ---