[PATCH v5 02/12] tag-util: do not reset list in parse_tag_command_line
authorPeter Wang <novalazy@gmail.com>
Tue, 2 Apr 2013 22:41:47 +0000 (09:41 +1100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:12 +0000 (09:54 -0800)
6d/5ffd4729ecb31f5b2ccbeeba16cf6eec84aa9f [new file with mode: 0644]

diff --git a/6d/5ffd4729ecb31f5b2ccbeeba16cf6eec84aa9f b/6d/5ffd4729ecb31f5b2ccbeeba16cf6eec84aa9f
new file mode 100644 (file)
index 0000000..9566a36
--- /dev/null
@@ -0,0 +1,101 @@
+Return-Path: <novalazy@gmail.com>\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 EFB19431FDA\r
+       for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:42:23 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 PRNSNKzANecF for <notmuch@notmuchmail.org>;\r
+       Tue,  2 Apr 2013 15:42:23 -0700 (PDT)\r
+Received: from mail-da0-f47.google.com (mail-da0-f47.google.com\r
+       [209.85.210.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 98686431FDB\r
+       for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:42:19 -0700 (PDT)\r
+Received: by mail-da0-f47.google.com with SMTP id s35so380712dak.6\r
+       for <notmuch@notmuchmail.org>; Tue, 02 Apr 2013 15:42:18 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
+       :references; bh=uGhCFmhR6GDSZO0Amme3lygoSxHmkPKNyhUcG7bsz4g=;\r
+       b=wAG49TZe+Wez07QkEGxHqHcuzuhNYWN8RQbQOe4MNwuvKQC2O5qcQHdEUduMGRlhlg\r
+       RgNDxtop/zn6XJVT5I9yezJznGDPRfh9+1alT4M/EwdIgKxxinzx2RHdtaijWlwD5h+k\r
+       2ynHgc+cvg1IOBV5Qt4k5aJ3kU5Vn7AsnEshrlbdv6dEr07NUcBrCgY4doVcrJZBzcj7\r
+       p2vnxDvCQDDb6/rsEtEOIVid5GbtXb8QhxK+h+2VCNB5XFEQ8tnZaD7krvYt6emxPnta\r
+       fRH2IveqsS5YHOeeBvIwLJhlREJkv6av7kaeCCH3QFPY7zN0d0iGA7/wDbCdtWeFT9rn\r
+       sjew==\r
+X-Received: by 10.66.76.170 with SMTP id l10mr27440889paw.190.1364942538782;\r
+       Tue, 02 Apr 2013 15:42:18 -0700 (PDT)\r
+Received: from localhost (215.42.233.220.static.exetel.com.au.\r
+       [220.233.42.215])\r
+       by mx.google.com with ESMTPS id qh4sm4031657pac.8.2013.04.02.15.42.16\r
+       (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+       Tue, 02 Apr 2013 15:42:18 -0700 (PDT)\r
+From: Peter Wang <novalazy@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v5 02/12] tag-util: do not reset list in\r
+ parse_tag_command_line\r
+Date: Wed,  3 Apr 2013 09:41:47 +1100\r
+Message-Id: <1364942517-6982-3-git-send-email-novalazy@gmail.com>\r
+X-Mailer: git-send-email 1.7.12.1\r
+In-Reply-To: <1364942517-6982-1-git-send-email-novalazy@gmail.com>\r
+References: <1364942517-6982-1-git-send-email-novalazy@gmail.com>\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: Tue, 02 Apr 2013 22:42:24 -0000\r
+\r
+No current callers of parse_tag_command_line require that it clear its\r
+tag list argument.  The notmuch 'insert' command will be better served\r
+if the function modifies a pre-populated list (of new.tags) instead of\r
+clobbering it outright.\r
+---\r
+ tag-util.c | 2 --\r
+ tag-util.h | 2 ++\r
+ 2 files changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/tag-util.c b/tag-util.c\r
+index 92e08a1..3bde409 100644\r
+--- a/tag-util.c\r
++++ b/tag-util.c\r
+@@ -165,8 +165,6 @@ parse_tag_command_line (void *ctx, int argc, char **argv,\r
\r
+     int i;\r
\r
+-    tag_op_list_reset (tag_ops);\r
+-\r
+     for (i = 0; i < argc; i++) {\r
+       if (strcmp (argv[i], "--") == 0) {\r
+           i++;\r
+diff --git a/tag-util.h b/tag-util.h\r
+index 246de85..4628f16 100644\r
+--- a/tag-util.h\r
++++ b/tag-util.h\r
+@@ -81,6 +81,8 @@ parse_tag_line (void *ctx, char *line,\r
+  * Output Parameters:\r
+  *    ops     contains a list of tag operations\r
+  *    query_str the search terms.\r
++ *\r
++ * The ops argument is not cleared.\r
+  */\r
\r
+ tag_parse_status_t\r
+-- \r
+1.7.12.1\r
+\r