[PATCH] correct comment referring to notmuch_database_remove_message
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 15 Jan 2016 19:02:38 +0000 (14:02 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:53 +0000 (16:20 -0700)
92/74f7ab8487a58cd788003f78634e72776f0b0b [new file with mode: 0644]

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