Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / 3a / b3dba1fa9ab4cf2bd0fe06fee520d264d75313
1 Return-Path: <bremner@tesseract.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 arlo.cworth.org (Postfix) with ESMTP id ECF986DE1989\r
6  for <notmuch@notmuchmail.org>; Wed,  8 Apr 2015 07:16:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.409\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.409 tagged_above=-999 required=5 tests=[AWL=0.399, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id WhRBQI9qsN67 for <notmuch@notmuchmail.org>;\r
16  Wed,  8 Apr 2015 07:16:10 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 5B8BC6DE1950\r
20  for <notmuch@notmuchmail.org>; Wed,  8 Apr 2015 07:16:10 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
23  id 1YfqkM-00059z-Ov; Wed, 08 Apr 2015 14:14:26 +0000\r
24 Received: (nullmailer pid 25005 invoked by uid 1000); Wed, 08 Apr 2015\r
25  14:14:07 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: David Bremner <david@tethera.net>, Mark Walters\r
28  <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
29 Subject: [PATCH] fixup! cli: add standard option processing to config, help\r
30  and setup\r
31 Date: Wed,  8 Apr 2015 23:14:00 +0900\r
32 Message-Id: <1428502440-24963-1-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 2.1.4\r
34 In-Reply-To: <1428435042-16503-5-git-send-email-david@tethera.net>\r
35 References: <1428435042-16503-5-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.18\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, 08 Apr 2015 14:16:13 -0000\r
49 \r
50 ---\r
51  test/random-corpus.c | 8 ++++++++\r
52  1 file changed, 8 insertions(+)\r
53 \r
54 diff --git a/test/random-corpus.c b/test/random-corpus.c\r
55 index 6c467bb..b377eb4 100644\r
56 --- a/test/random-corpus.c\r
57 +++ b/test/random-corpus.c\r
58 @@ -125,6 +125,14 @@ notmuch_process_shared_options (unused (const char *dummy))\r
59  }\r
60  \r
61  int\r
62 +notmuch_minimal_options (unused (const char *subcommand),\r
63 +                        unused (int argc),\r
64 +                        unused (char **argv))\r
65 +{\r
66 +    return 0;\r
67 +}\r
68 +\r
69 +int\r
70  main (int argc, char **argv)\r
71  {\r
72  \r
73 -- \r
74 2.1.4\r
75 \r