aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Jan Janak <jan@ryngle.com>2009-11-23 01:10:55 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-26 07:02:48 -0800
commitf8baa023353e8d45a1a2bb90ab12d4ad38765ad9 (patch)
tree6af2d0512c01d022eeb437120fb683b32ad24277 /notmuch-client.h
parentc3c52e464b8b0e024a01feacfeb34cc4ce1f3d62 (diff)
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 <jan@ryngle.com>
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h3
1 files changed, 3 insertions, 0 deletions
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);