aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Fernando Carrijo <fcarrijo@yahoo.com.br>2009-12-09 17:09:01 -0200
committerGravatar Carl Worth <cworth@cworth.org>2009-12-09 12:09:55 -0800
commitdb68eea0134bf0ea97aa6a887a7c302a610484a1 (patch)
tree2166e1bc2d0d673c2673f43a5b0ca5b64677b9eb /lib/notmuch-private.h
parentcface5fda7c98b1a2272d2ecf41fe9c8b6edb816 (diff)
Nuke the remainings of _notmuch_message_add_thread_id.
The function _notmuch_message_add_thread_id has been removed from the private interface of notmuch. There's no reason for one to keep a declaration of its prototype in the code base. Also, lets update a commentary that referenced that function and escaped from previous scrutiny. Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 0c340a76..116f63d6 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -194,10 +194,6 @@ _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);
void