]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Make archive-thread more efficient for already archived messages.
authorCarl Worth <cworth@cworth.org>
Wed, 4 Nov 2009 17:26:50 +0000 (09:26 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 4 Nov 2009 17:26:50 +0000 (09:26 -0800)
The approach here is to move the optimization from mark-read to the
more general remove-tag. Namely, don't call out to a "notmuch tag"
command to remove a tag that's not there already.


No differences found