[PATCH 5/6] emacs: add "*" binding for notmuch-show view
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sat, 28 Jan 2012 04:41:23 +0000 (08:41 +0400)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:43:26 +0000 (09:43 -0800)
ba/fb4692d1430c47efb3b7c725d34f61915ab362 [new file with mode: 0644]

diff --git a/ba/fb4692d1430c47efb3b7c725d34f61915ab362 b/ba/fb4692d1430c47efb3b7c725d34f61915ab362
new file mode 100644 (file)
index 0000000..f852138
--- /dev/null
@@ -0,0 +1,103 @@
+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 6BCA7431FBC\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 20:42:51 -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 F14em3RUWNTE for <notmuch@notmuchmail.org>;\r
+       Fri, 27 Jan 2012 20:42:49 -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 30849431FD2\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 20:42:40 -0800 (PST)\r
+Received: by mail-bk0-f53.google.com with SMTP id zt19so2255515bkb.26\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 20:42:39 -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=yl7aFDnK+K1NlXaiWVuzmUQ6o/aIJyXl6ul29D4daAc=;\r
+       b=gFpvR2a7W3TsQohI37ka8nImaL0sQref+jvErRKyB187Enw0B3S0cDkPLaZUzsa+aj\r
+       8amOo7QEp9Pzph2CPQXW9HStN7NeC0hmYY5VVfzRAIvCiTIgobYRwis9PitTMFNmc0g/\r
+       upDT9YaW1nIZuHU1TB0A44cUTRrRWfew5Mj5c=\r
+Received: by 10.204.154.140 with SMTP id o12mr4416125bkw.102.1327725759902;\r
+       Fri, 27 Jan 2012 20:42:39 -0800 (PST)\r
+Received: from localhost ([91.144.186.21])\r
+       by mx.google.com with ESMTPS id cz3sm20740671bkb.3.2012.01.27.20.42.39\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Fri, 27 Jan 2012 20:42:39 -0800 (PST)\r
+From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 5/6] emacs: add "*" binding for notmuch-show view\r
+Date: Sat, 28 Jan 2012 08:41:23 +0400\r
+Message-Id: <1327725684-5887-5-git-send-email-dmitry.kurochkin@gmail.com>\r
+X-Mailer: git-send-email 1.7.8.3\r
+In-Reply-To: <1327725684-5887-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+References: <1327725684-5887-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: Sat, 28 Jan 2012 04:42:52 -0000\r
+\r
+The patch adds `notmuch-show-operate-all' function bound to "*" in\r
+notmuch-show view.  The function is similar to the\r
+`notmuch-search-operate-all' function for the notmuch-search view: it\r
+changes tags for all messages in the current thread.\r
+---\r
+ emacs/notmuch-show.el |   16 ++++++++++++++++\r
+ 1 files changed, 16 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 03eadfb..2ca4d92 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1073,6 +1073,7 @@ thread id.  If a prefix is given, crypto processing is toggled."\r
+       (define-key map "c" 'notmuch-show-stash-map)\r
+       (define-key map "=" 'notmuch-show-refresh-view)\r
+       (define-key map "h" 'notmuch-show-toggle-headers)\r
++      (define-key map "*" 'notmuch-show-operate-all)\r
+       (define-key map "-" 'notmuch-show-remove-tag)\r
+       (define-key map "+" 'notmuch-show-add-tag)\r
+       (define-key map "x" 'notmuch-show-archive-thread-then-exit)\r
+@@ -1489,6 +1490,21 @@ i.e. a list of tags to change with '+' and '-' prefixes."\r
+                      initial-input (notmuch-show-get-message-id))))\r
+     (apply 'notmuch-show-tag-message changed-tags)))\r
\r
++(defun notmuch-show-operate-all (&rest changed-tags)\r
++  "Change tags for all messages in the current thread.\r
++\r
++`Changed-tags' is a list of tag operations for \"notmuch tag\",\r
++i.e. a list of tags to change with '+' and '-' prefixes."\r
++  (interactive (notmuch-select-tags-with-completion nil notmuch-show-thread-id))\r
++  (apply 'notmuch-tag notmuch-show-thread-id changed-tags)\r
++  (save-excursion\r
++    (goto-char (point-min))\r
++    (loop do (let* ((current-tags (notmuch-show-get-tags))\r
++                  (new-tags (notmuch-update-tags current-tags changed-tags)))\r
++             (unless (equal current-tags new-tags)\r
++               (notmuch-show-set-tags new-tags)))\r
++        while (notmuch-show-goto-message-next))))\r
++\r
+ (defun notmuch-show-add-tag ()\r
+   "Same as `notmuch-show-tag' but sets initial input to '+'."\r
+   (interactive)\r
+-- \r
+1.7.8.3\r
+\r