summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-26 14:46:14 -0700
committerCarl Worth <cworth@cworth.org>2009-10-26 14:46:14 -0700
commit94f01d9de914b609e1f02385092b82fd61ca73b5 (patch)
treefcc611cb8fddbb520504a32ee0dd103a1ef0c075 /notmuch-private.h
parentef3ab5781a3730e019f92517366029540a960cd0 (diff)
Add notmuch_thread_get_tags
And augment "notmuch search" to print tag values as well as thread ID values. This tool is almost usable now.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index c6d8e35..98ad4e2 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -144,6 +144,9 @@ _notmuch_thread_create (const void *talloc_owner,
notmuch_database_t *notmuch,
const char *thread_id);
+void
+_notmuch_thread_add_tag (notmuch_thread_t *thread, const char *tag);
+
/* message.cc */
notmuch_message_t *