From: Carl Worth Date: Wed, 4 Nov 2009 17:26:50 +0000 (-0800) Subject: notmuch.el: Make archive-thread more efficient for already archived messages. X-Git-Tag: 0.1~592 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=33fae33d82baa31f9b6b5dd774ffda76d4d7fcbc;hp=33fae33d82baa31f9b6b5dd774ffda76d4d7fcbc notmuch.el: Make archive-thread more efficient for already archived messages. 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. ---