]> git.cworth.org Git - notmuch/commitdiff
pick: Fix incorrect use of `notmuch-pick-tag'
authorAustin Clements <amdragon@MIT.EDU>
Wed, 23 Oct 2013 00:21:58 +0000 (20:21 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 26 Oct 2013 00:30:49 +0000 (21:30 -0300)
`notmuch-pick-tag' takes a list of tag changes, but
`notmuch-pick-archive-message' passes it a &rest argument.  This
happens to work if `notmuch-archive-tags' contains a single tag (which
it usually does), but will break if it does not.


No differences found