aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/message.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-06-04 09:54:46 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-06-04 09:54:46 -0700
commit361b9d4bd9042629e3729b43d18a862ddc716242 (patch)
tree264b9c57d06b679ab4b3fd462a4945888ee4cae3 /lib/message.cc
parent0109f67e38fa77da245b98babcb693562ea995ee (diff)
Fix misnamed function in internal documentation.
The documentation for several functions mentioned _notmuch_message_set_sync which doesn't exist. Fix these to reference _notmuch_message_sync instead.
Diffstat (limited to 'lib/message.cc')
-rw-r--r--lib/message.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/message.cc b/lib/message.cc
index 4b2f98fd..958ec734 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -381,7 +381,7 @@ notmuch_message_get_replies (notmuch_message_t *message)
/* Add an additional 'filename' for 'message'.
*
* This change will not be reflected in the database until the next
- * call to _notmuch_message_set_sync. */
+ * call to _notmuch_message_sync. */
notmuch_status_t
_notmuch_message_add_filename (notmuch_message_t *message,
const char *filename)
@@ -600,7 +600,7 @@ _notmuch_message_close (notmuch_message_t *message)
* names to prefix values.
*
* This change will not be reflected in the database until the next
- * call to _notmuch_message_set_sync. */
+ * call to _notmuch_message_sync. */
notmuch_private_status_t
_notmuch_message_add_term (notmuch_message_t *message,
const char *prefix_name,
@@ -657,7 +657,7 @@ _notmuch_message_gen_terms (notmuch_message_t *message,
* names to prefix values.
*
* This change will not be reflected in the database until the next
- * call to _notmuch_message_set_sync. */
+ * call to _notmuch_message_sync. */
notmuch_private_status_t
_notmuch_message_remove_term (notmuch_message_t *message,
const char *prefix_name,