]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Nuke the remainings of _notmuch_message_add_thread_id.
[notmuch] / lib / notmuch-private.h
index d2678f06415d83e3cd14297c07797e72bc7f64c7..116f63d6463e251f36e5f63a12fa72589466d03e 100644 (file)
@@ -193,10 +193,6 @@ void
 _notmuch_message_set_filename (notmuch_message_t *message,
                               const char *filename);
 
-void
-_notmuch_message_add_thread_id (notmuch_message_t *message,
-                               const char *thread_id);
-
 void
 _notmuch_message_ensure_thread_id (notmuch_message_t *message);
 
@@ -332,18 +328,6 @@ void
 _notmuch_message_add_reply (notmuch_message_t *message,
                            notmuch_message_node_t *reply);
 
-/* date.c */
-
-/* Parse an RFC 8222 date string to a time_t value.
- *
- * The tz_offset argument can be used to also obtain the time-zone
- * offset, (but can be NULL if the call is not interested in that).
- *
- * Returns 0 on error.
- */
-time_t
-notmuch_parse_date (const char *str, int *tz_offset);
-
 /* sha1.c */
 
 char *