summaryrefslogtreecommitdiff
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-10-29 17:31:07 -0700
committerCarl Worth <cworth@cworth.org>2009-10-29 17:31:07 -0700
commitc771eaf362edb021888d114989d38d8fb2b4cfb3 (patch)
treeba5a02ac5a84560733b5e31d3b633b8d256bb382 /notmuch-private.h
parent41c7ad2c91e56bfc0b2fefa0be303605d34f4042 (diff)
notmuch search: Add (relative) date to search output
The new function for formatting relative dates is nice enough that we need to start using it more places. Here's one of them.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index b67aa90..99fbb4b 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -155,10 +155,8 @@ _notmuch_thread_create (const void *talloc_owner,
const char *thread_id);
void
-_notmuch_thread_add_tag (notmuch_thread_t *thread, const char *tag);
-
-void
-_notmuch_thread_set_subject (notmuch_thread_t *thread, const char *subject);
+_notmuch_thread_add_message (notmuch_thread_t *thread,
+ notmuch_message_t *message);
/* message.cc */