]> git.notmuchmail.org Git - notmuch/commit
notmuch: Implement search-tags as an alias for "search --output=tags *"
authorCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 19:09:53 +0000 (12:09 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 19:19:18 +0000 (12:19 -0700)
commit4f926e140fea9902a8b43372106e81321a2bf0ae
treefd875b52cae90224b26437aff05ef2d23ba5ec84
parente267f9a46731e796f7064c7483de9942caba3c2a
notmuch: Implement search-tags as an alias for "search --output=tags *"

Ever since we added support for "notmuch search --output=tags" the
"notmuch search-tags" command has been redundant. The recent addition
of alias support makes it easy to drop the explicit search-tags
command in favor of a simple alias that runs "notmuch search
--output=tags *".

So there's no longer any documentation of the search-tags command, but
existing scripts will not break at all.
Makefile.local
notmuch-search-tags.c [deleted file]
notmuch.c