From f8baa023353e8d45a1a2bb90ab12d4ad38765ad9 Mon Sep 17 00:00:00 2001 From: Jan Janak Date: Mon, 23 Nov 2009 01:10:55 +0100 Subject: notmuch: New command 'search-tags'. This is a new notmuch command that can be used to search for all tags found in the database. The resulting list is alphabetically sorted. The primary use-case for this new command is to provide the tag completion feature in Emacs (and other interfaces). Signed-off-by: Jan Janak --- notmuch-client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index c04eaeb4..2888a6c8 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -119,6 +119,9 @@ notmuch_show_command (void *ctx, int argc, char *argv[]); int notmuch_tag_command (void *ctx, int argc, char *argv[]); +int +notmuch_search_tags_command (void *ctx, int argc, char *argv[]); + const char * notmuch_time_relative_date (const void *ctx, time_t then); -- cgit v1.2.3