Re: api-doc: return status for notmuch_query_search_threads_st ...
authorDavid Bremner <david@tethera.net>
Mon, 8 Feb 2016 11:28:12 +0000 (07:28 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:01 +0000 (16:21 -0700)
28/7a4bea00133c7410474d9f30cd0914b2c63f8e [new file with mode: 0644]

diff --git a/28/7a4bea00133c7410474d9f30cd0914b2c63f8e b/28/7a4bea00133c7410474d9f30cd0914b2c63f8e
new file mode 100644 (file)
index 0000000..1a00af9
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <david@tethera.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 1E8AF6DE0A7F\r
+ for <notmuch@notmuchmail.org>; Mon,  8 Feb 2016 03:28:22 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.308\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.308 tagged_above=-999 required=5 tests=[AWL=0.243,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 P-XWM3zVW5RB for <notmuch@notmuchmail.org>;\r
+ Mon,  8 Feb 2016 03:28:20 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 45F616DE0261\r
+ for <notmuch@notmuchmail.org>; Mon,  8 Feb 2016 03:28:20 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aSjyg-0007AE-3l; Mon, 08 Feb 2016 06:27:34 -0500\r
+Received: (nullmailer pid 31783 invoked by uid 1000);\r
+ Mon, 08 Feb 2016 11:28:12 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Gaute Hope <eg@gaute.vetsj.com>, notmuch@notmuchmail.org\r
+Subject: Re: api-doc: return status for notmuch_query_search_threads_st ...\r
+In-Reply-To: <1454839405-astroid-0-pyvwjk7jt8-6563@strange>\r
+References: <1454839405-astroid-0-pyvwjk7jt8-6563@strange>\r
+User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 08 Feb 2016 07:28:12 -0400\r
+Message-ID: <87wpqf8mr7.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Mon, 08 Feb 2016 11:28:22 -0000\r
+\r
+Gaute Hope <eg@gaute.vetsj.com> writes:\r
+\r
+> Hi,\r
+>\r
+> I am switching from the deprecated notmuch_query_search_threads to\r
+> notmuch_query_search_threads_st, but the api-documentation does not\r
+> specify what status values are returned and what they mean.\r
+>\r
+> The same goes for notmuch_query_search_messages_st (...).\r
+>\r
+\r
+They both can return OUT_OF_MEMORY, XAPIAN_EXCEPTION, and SUCCESS.\r
+It would be great if someone (TM) would work up, and test the output of\r
+doxygen on, a patch to lib/notmuch.h.\r
+\r
+d\r