From 4f926e140fea9902a8b43372106e81321a2bf0ae Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 24 May 2011 12:09:53 -0700 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index 50bba640..8a8832da 100644 --- a/Makefile.local +++ b/Makefile.local @@ -242,7 +242,6 @@ notmuch_client_srcs = \ notmuch-reply.c \ notmuch-restore.c \ notmuch-search.c \ - notmuch-search-tags.c \ notmuch-setup.c \ notmuch-show.c \ notmuch-tag.c \ -- cgit v1.2.3