Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 872CB431FBF for ; Fri, 18 Dec 2009 19:56:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hfxoTNNx8VCj for ; Fri, 18 Dec 2009 19:56:51 -0800 (PST) Received: from jameswestby.net (jameswestby.net [89.145.97.141]) by olra.theworths.org (Postfix) with ESMTP id 998B6431FAE for ; Fri, 18 Dec 2009 19:56:51 -0800 (PST) Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com ([94.169.116.60] helo=flash) by jameswestby.net with esmtpa (Exim 4.69) (envelope-from ) id 1NLqR0-0006Q7-Ap; Sat, 19 Dec 2009 03:56:50 +0000 Received: by flash (Postfix, from userid 1000) id 682836E546A; Sat, 19 Dec 2009 03:56:44 +0000 (GMT) From: James Westby To: notmuch@notmuchmail.org Date: Sat, 19 Dec 2009 03:56:39 +0000 Message-Id: <1261194999-29346-1-git-send-email-jw+debian@jameswestby.net> X-Mailer: git-send-email 1.6.3.3 Subject: [notmuch] [PATCH] Fix-up some outdated comments. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 03:56:52 -0000 --- lib/message.cc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/message.cc b/lib/message.cc index cc32741..7129d59 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -391,7 +391,7 @@ notmuch_message_get_replies (notmuch_message_t *message) * multiple filenames for email messages with identical message IDs. * * This change will not be reflected in the database until the next - * call to _notmuch_message_set_sync. */ + * call to _notmuch_message_sync. */ void _notmuch_message_set_filename (notmuch_message_t *message, const char *filename) @@ -622,7 +622,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, @@ -679,7 +679,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, -- 1.6.3.3