Proposal: List-Id
[notmuch-archives.git] / cb / b2ac8c739aa03b9b0b0d1f80cf42bb46ae65b4
1 Return-Path: <novalazy@gmail.com>\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 6526F429E34\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:30 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id L8q5iSqq+jH5 for <notmuch@notmuchmail.org>;\r
17         Sat, 19 Jan 2013 16:51:29 -0800 (PST)\r
18 Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com\r
19         [209.85.160.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id E407D431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:17 -0800 (PST)\r
23 Received: by mail-pb0-f44.google.com with SMTP id uo1so2676528pbc.31\r
24         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:17 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
27         :references; bh=2wGbHmmBHHNifXscxMfxkOeExRYtYyyPcudnN3AgbqA=;\r
28         b=vRnM4vXYjPlL72f5/5w8UdqfcImq0Tl4hnj6a8wliD064jZDVwbhSMgHAstxYNmDkR\r
29         3uOhFl3CEE7VVk1xZqQScBpMg1eW/dB6MPEyZYpMjvbu8a7hueIeJoiQsrf/KcHjdCUK\r
30         KvxbeA2AUWO0dWtI2GtmqOrwyRdCRxLD9QSt76/ATAn6ZJaErWcHDQfeLdLFFvyGuxub\r
31         fVJklP3hwMAi25dSA+RWY37YNFahzNq4Zau0dqpJvTWAQgnslDSlV/MUJS2ABOP4sLCd\r
32         rAxhUEBz64R782ABtBJmKtel5FWczaqGw7Bujk1pZPq5dRqG4kcAKqSqucOMrsH9tmOf\r
33         4WtA==\r
34 X-Received: by 10.66.73.105 with SMTP id k9mr36420639pav.37.1358643077033;\r
35         Sat, 19 Jan 2013 16:51:17 -0800 (PST)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id hc4sm5803265pbc.30.2013.01.19.16.51.15\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sat, 19 Jan 2013 16:51:16 -0800 (PST)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 09/20] insert: parse and apply command-line tag operations\r
44 Date: Sun, 20 Jan 2013 11:49:53 +1100\r
45 Message-Id: <1358643004-14522-10-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 In-Reply-To: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\r
48 References: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 20 Jan 2013 00:51:30 -0000\r
62 \r
63 Parse +tag and -tag operations on the 'insert' command-line\r
64 and apply them to the inserted message in addition to new.tags.\r
65 ---\r
66  notmuch-insert.c | 11 +++++++++++\r
67  1 file changed, 11 insertions(+)\r
68 \r
69 diff --git a/notmuch-insert.c b/notmuch-insert.c\r
70 index 8388d07..b0ac174 100644\r
71 --- a/notmuch-insert.c\r
72 +++ b/notmuch-insert.c\r
73 @@ -235,7 +235,9 @@ notmuch_insert_command (void *ctx, int argc, char *argv[])\r
74      const char **new_tags;\r
75      size_t new_tags_length;\r
76      tag_op_list_t *tag_ops;\r
77 +    char *query_string = NULL;\r
78      char *maildir;\r
79 +    int opt_index = 1;\r
80      unsigned int i;\r
81      notmuch_bool_t ret;\r
82  \r
83 @@ -256,6 +258,15 @@ notmuch_insert_command (void *ctx, int argc, char *argv[])\r
84             return 1;\r
85      }\r
86  \r
87 +    if (parse_tag_command_line (ctx, argc - opt_index, argv + opt_index,\r
88 +                               &query_string, tag_ops))\r
89 +       return 1;\r
90 +\r
91 +    if (*query_string != '\0') {\r
92 +       fprintf (stderr, "Error: unexpected query string: %s\n", query_string);\r
93 +       return 1;\r
94 +    }\r
95 +\r
96      maildir = talloc_asprintf (ctx, "%s", db_path);\r
97      if (! maildir) {\r
98         fprintf (stderr, "Out of memory\n");\r
99 -- \r
100 1.7.12.1\r
101 \r