(no commit message)
authorDavid Bremner <david@tethera.net>
Wed, 7 Dec 2011 19:26:34 +0000 (15:26 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:39 +0000 (09:40 -0800)
cd/fdc7adca49a40027577fc2fd53d49e4fbc48e9 [new file with mode: 0644]

diff --git a/cd/fdc7adca49a40027577fc2fd53d49e4fbc48e9 b/cd/fdc7adca49a40027577fc2fd53d49e4fbc48e9
new file mode 100644 (file)
index 0000000..ca2c86c
--- /dev/null
@@ -0,0 +1,56 @@
+Return-Path: <bremner@pivot.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id EE19A431FD0\r
+       for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 11:26:47 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id SnKXkFYxD3Iv for <notmuch@notmuchmail.org>;\r
+       Wed,  7 Dec 2011 11:26:47 -0800 (PST)\r
+Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 20776431FB6\r
+       for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 11:26:47 -0800 (PST)\r
+Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
+       by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pB7JQh4M021337\r
+       for <notmuch@notmuchmail.org>; Wed, 7 Dec 2011 15:26:46 -0400\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
+       (envelope-from <bremner@pivot.cs.unb.ca>) id 1RYN8d-0004Pe-SA\r
+       for notmuch@notmuchmail.org; Wed, 07 Dec 2011 15:26:43 -0400\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: \r
+Date: Wed,  7 Dec 2011 15:26:34 -0400\r
+Message-Id: <1323285999-16870-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <87iplso9c9.fsf@zancas.localnet>\r
+References: <87iplso9c9.fsf@zancas.localnet>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 07 Dec 2011 19:26:48 -0000\r
+\r
+So it turns out the completely untested NOTMUCH_OPT_STRING code was\r
+(surpise!) buggy.  I also fixed a few remaining formatting issues, added\r
+a unit test, and some documentation (in command-line-arguements.h).  \r
+\r
+I also reordered option description struct so that the two mandatory\r
+(in the sense of being non-zero) members come first.\r
+\r