Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 89 / e479c8bd75464f12fab6944e5b1c123b7fe1f4
1 Return-Path: <bremner@tethera.net>\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 B61776DE1401\r
6  for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 06:33:52 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.729\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.729 tagged_above=-999 required=5 tests=[AWL=-0.961,\r
12   RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596, RP_MATCHES_RCVD=-0.55]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id j2u8IMOgShAk for <notmuch@notmuchmail.org>;\r
17  Mon,  7 Sep 2015 06:33:51 -0700 (PDT)\r
18 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 0F0AA6DE13FB\r
20  for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 06:33:51 -0700 (PDT)\r
21 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
22  (envelope-from <bremner@tethera.net>)\r
23  id 1ZYwYQ-0002wC-4B; Mon, 07 Sep 2015 10:33:50 -0300\r
24 Received: (nullmailer pid 22524 invoked by uid 1000); Mon, 07 Sep 2015\r
25  13:33:46 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [PATCH 1/2] cli/count: remove unused argument handling for\r
29  output=modifications\r
30 Date: Mon,  7 Sep 2015 10:33:37 -0300\r
31 Message-Id: <1441632818-22483-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.5.1\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.18\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37  <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Mon, 07 Sep 2015 13:33:52 -0000\r
46 \r
47 In the end this UI was rejected, but bits of it stayed in the code to\r
48 confuse future generations.\r
49 ---\r
50  notmuch-count.c | 2 --\r
51  1 file changed, 2 deletions(-)\r
52 \r
53 diff --git a/notmuch-count.c b/notmuch-count.c\r
54 index f26e726..66f5e53 100644\r
55 --- a/notmuch-count.c\r
56 +++ b/notmuch-count.c\r
57 @@ -25,7 +25,6 @@ enum {\r
58      OUTPUT_THREADS,\r
59      OUTPUT_MESSAGES,\r
60      OUTPUT_FILES,\r
61 -    OUTPUT_LASTMOD,\r
62  };\r
63  \r
64  /* The following is to allow future options to be added more easily */\r
65 @@ -151,7 +150,6 @@ notmuch_count_command (notmuch_config_t *config, int argc, char *argv[])\r
66           (notmuch_keyword_t []){ { "threads", OUTPUT_THREADS },\r
67                                   { "messages", OUTPUT_MESSAGES },\r
68                                   { "files", OUTPUT_FILES },\r
69 -                                 { "modifications", OUTPUT_LASTMOD },\r
70                                   { 0, 0 } } },\r
71         { NOTMUCH_OPT_KEYWORD, &exclude, "exclude", 'x',\r
72           (notmuch_keyword_t []){ { "true", EXCLUDE_TRUE },\r
73 -- \r
74 2.5.1\r
75 \r