[PATCH v5 10/12] emacs: accept empty tag list in `notmuch-tag'
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 5 Feb 2012 07:13:51 +0000 (11:13 +0400)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:08 +0000 (09:44 -0800)
b6/59b9cf63df348b312be75ba7df5ea9a763b975 [new file with mode: 0644]

diff --git a/b6/59b9cf63df348b312be75ba7df5ea9a763b975 b/b6/59b9cf63df348b312be75ba7df5ea9a763b975
new file mode 100644 (file)
index 0000000..3e8fc41
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <dmitry.kurochkin@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 41D29431FC3\r
+       for <notmuch@notmuchmail.org>; Sat,  4 Feb 2012 23:15:48 -0800 (PST)\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 qywGvjbbv9MR for <notmuch@notmuchmail.org>;\r
+       Sat,  4 Feb 2012 23:15:47 -0800 (PST)\r
+Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
+       [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B174B431FDA\r
+       for <notmuch@notmuchmail.org>; Sat,  4 Feb 2012 23:15:37 -0800 (PST)\r
+Received: by mail-bk0-f53.google.com with SMTP id 11so4650313bke.26\r
+       for <notmuch@notmuchmail.org>; Sat, 04 Feb 2012 23:15:37 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=cc9HGiaBDJonFn8aJVMf+vFsQyM/q1awPQnQGbBlod0=;\r
+       b=RuWH4pT6Q1zsszS0av9vKYGupjskNLPArF/woknjlRfqy5lW+WZkTlhHW+Wo9D3uOx\r
+       gv+/1esQuvVnTNZ1zkUhyw5ndWvJXwCaQHPDczoHndxFtL8Bv+2i3GWmzQWuaXuX1JfA\r
+       0ep1wNvv+tpSildC2QKkSu85z1jq0lhDN9x/g=\r
+Received: by 10.204.10.73 with SMTP id o9mr6134900bko.99.1328426137370;\r
+       Sat, 04 Feb 2012 23:15:37 -0800 (PST)\r
+Received: from localhost ([91.144.186.21])\r
+       by mx.google.com with ESMTPS id ez5sm32952883bkc.15.2012.02.04.23.15.36\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sat, 04 Feb 2012 23:15:37 -0800 (PST)\r
+From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v5 10/12] emacs: accept empty tag list in `notmuch-tag'\r
+Date: Sun,  5 Feb 2012 11:13:51 +0400\r
+Message-Id: <1328426033-21480-11-git-send-email-dmitry.kurochkin@gmail.com>\r
+X-Mailer: git-send-email 1.7.9\r
+In-Reply-To: <1328426033-21480-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+References: <1327725684-5887-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+       <1328426033-21480-1-git-send-email-dmitry.kurochkin@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: Sun, 05 Feb 2012 07:15:49 -0000\r
+\r
+Since `notmuch-tag' is a non-interactive function and hence is meant\r
+to be invoked programmatically, it should accept zero tags.  Also, the\r
+tagging operations (bound to "*", "+", "-") would accept empty input\r
+without an error.\r
+---\r
+ emacs/notmuch.el |   10 +++++-----\r
+ 1 files changed, 5 insertions(+), 5 deletions(-)\r
+\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index b06d8a1..0ffdf9c 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -548,15 +548,15 @@ messages instead of running (notmuch-call-notmuch-process \"tag\" ..)\r
+ directly, so that hooks specified in notmuch-before-tag-hook and\r
+ notmuch-after-tag-hook will be run."\r
+   ;; Perform some validation\r
+-  (when (null tags) (error "No tags given"))\r
+   (mapc (lambda (tag)\r
+         (unless (string-match-p "^[-+]\\S-+$" tag)\r
+           (error "Tag must be of the form `+this_tag' or `-that_tag'")))\r
+       tags)\r
+-  (run-hooks 'notmuch-before-tag-hook)\r
+-  (apply 'notmuch-call-notmuch-process\r
+-       (append (list "tag") tags (list "--" query)))\r
+-  (run-hooks 'notmuch-after-tag-hook))\r
++  (unless (null tags)\r
++    (run-hooks 'notmuch-before-tag-hook)\r
++    (apply 'notmuch-call-notmuch-process "tag"\r
++         (append tags (list "--" query)))\r
++    (run-hooks 'notmuch-after-tag-hook)))\r
\r
+ (defcustom notmuch-before-tag-hook nil\r
+   "Hooks that are run before tags of a message are modified.\r
+-- \r
+1.7.9\r
+\r