From: Daniel Kahn Gillmor Date: Fri, 15 Jan 2016 19:02:38 +0000 (+1900) Subject: [PATCH] correct comment referring to notmuch_database_remove_message X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e6ad3ab73d6271e9ee9b9a268a356c5df4b7ef18;p=notmuch-archives.git [PATCH] correct comment referring to notmuch_database_remove_message --- diff --git a/92/74f7ab8487a58cd788003f78634e72776f0b0b b/92/74f7ab8487a58cd788003f78634e72776f0b0b new file mode 100644 index 000000000..71f7ad5ac --- /dev/null +++ b/92/74f7ab8487a58cd788003f78634e72776f0b0b @@ -0,0 +1,65 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 326076DE178F + for ; Fri, 15 Jan 2016 11:02:43 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.026 +X-Spam-Level: +X-Spam-Status: No, score=-0.026 tagged_above=-999 required=5 + tests=[AWL=-0.026] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id q1KohBRyMPUf for ; + Fri, 15 Jan 2016 11:02:39 -0800 (PST) +Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) + by arlo.cworth.org (Postfix) with ESMTP id 1DF376DE0A87 + for ; Fri, 15 Jan 2016 11:02:39 -0800 (PST) +Received: from fifthhorseman.net (unknown [38.109.115.130]) + by che.mayfirst.org (Postfix) with ESMTPSA id 0B569F984 + for ; Fri, 15 Jan 2016 14:02:38 -0500 (EST) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id 1E8ED20000; Fri, 15 Jan 2016 11:02:38 -0800 (PST) +From: Daniel Kahn Gillmor +To: Notmuch Mail +Subject: [PATCH] correct comment referring to notmuch_database_remove_message +Date: Fri, 15 Jan 2016 14:02:38 -0500 +Message-Id: <1452884558-4757-1-git-send-email-dkg@fifthhorseman.net> +X-Mailer: git-send-email 2.7.0.rc3 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Fri, 15 Jan 2016 19:02:43 -0000 + +notmuch_database_remove_message has no leading underscore in its name. +--- + lib/message.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/message.cc b/lib/message.cc +index 6894190..8d72ea2 100644 +--- a/lib/message.cc ++++ b/lib/message.cc +@@ -728,7 +728,7 @@ _notmuch_message_add_filename (notmuch_message_t *message, + * Note: This function does not remove a document from the database, + * even if the specified filename is the only filename for this + * message. For that functionality, see +- * _notmuch_database_remove_message. */ ++ * notmuch_database_remove_message. */ + notmuch_status_t + _notmuch_message_remove_filename (notmuch_message_t *message, + const char *filename) +-- +2.7.0.rc3 +