(no commit message)
[notmuch-archives.git] / cd / fdc7adca49a40027577fc2fd53d49e4fbc48e9
1 Return-Path: <bremner@pivot.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id EE19A431FD0\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 11:26:47 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id SnKXkFYxD3Iv for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Dec 2011 11:26:47 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 20776431FB6\r
21         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 11:26:47 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pB7JQh4M021337\r
24         for <notmuch@notmuchmail.org>; Wed, 7 Dec 2011 15:26:46 -0400\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@pivot.cs.unb.ca>) id 1RYN8d-0004Pe-SA\r
27         for notmuch@notmuchmail.org; Wed, 07 Dec 2011 15:26:43 -0400\r
28 From: David Bremner <david@tethera.net>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: \r
31 Date: Wed,  7 Dec 2011 15:26:34 -0400\r
32 Message-Id: <1323285999-16870-1-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 1.7.5.4\r
34 In-Reply-To: <87iplso9c9.fsf@zancas.localnet>\r
35 References: <87iplso9c9.fsf@zancas.localnet>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Wed, 07 Dec 2011 19:26:48 -0000\r
49 \r
50 So it turns out the completely untested NOTMUCH_OPT_STRING code was\r
51 (surpise!) buggy.  I also fixed a few remaining formatting issues, added\r
52 a unit test, and some documentation (in command-line-arguements.h).  \r
53 \r
54 I also reordered option description struct so that the two mandatory\r
55 (in the sense of being non-zero) members come first.\r
56 \r