aboutsummaryrefslogtreecommitdiff
path: root/lib/database.cc
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-12-20 11:03:19 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-12-20 11:03:19 -0500
commit518c8c0d3f9d845b2e5a87e83382d61b05fc2958 (patch)
tree0af9ba97048d5f840d1c2a2c5f368ce2efa78ddc /lib/database.cc
parent9f99a301b158dc1ed1c8c6754db1d57e3b0becf4 (diff)
parentdac01ec52036e0320f66211be3dc5e5126eb218f (diff)
Merge branch 'upstream' into debian
Diffstat (limited to 'lib/database.cc')
-rw-r--r--lib/database.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/database.cc b/lib/database.cc
index 23ddd4ae..b6c4d07b 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -855,12 +855,11 @@ _notmuch_database_link_message_to_children (notmuch_database_t *notmuch,
*
* We first look at 'message_file' and its link-relevant headers
* (References and In-Reply-To) for message IDs. We also look in the
- * database for existing message that reference 'message'.p
+ * database for existing message that reference 'message'.
*
- * The end result is to call _notmuch_message_add_thread_id with one
- * or more thread IDs to which this message belongs, (including
- * generating a new thread ID if necessary if the message doesn't
- * connect to any existing threads).
+ * The end result is to call _notmuch_message_ensure_thread_id which
+ * generates a new thread ID if the message doesn't connect to any
+ * existing threads.
*/
static notmuch_status_t
_notmuch_database_link_message (notmuch_database_t *notmuch,