[PATCH 9/6] emacs: code cleanup in `notmuch-show-operate-all', no functional changes
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sat, 28 Jan 2012 05:59:08 +0000 (09:59 +0400)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:43:27 +0000 (09:43 -0800)
b6/e20028111319b1b77eadb9220d4662039665d5 [new file with mode: 0644]

diff --git a/b6/e20028111319b1b77eadb9220d4662039665d5 b/b6/e20028111319b1b77eadb9220d4662039665d5
new file mode 100644 (file)
index 0000000..0962684
--- /dev/null
@@ -0,0 +1,92 @@
+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 24A3E431FB6\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 22:00:19 -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 ck-Mwd-8Nh-R for <notmuch@notmuchmail.org>;\r
+       Fri, 27 Jan 2012 22:00:18 -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 85339431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 22:00:18 -0800 (PST)\r
+Received: by mail-bk0-f53.google.com with SMTP id zt19so2289195bkb.26\r
+       for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 22:00:18 -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=PJUXLhd/PXeraR1lX38LfmoWiUEZ3H85TNL7oh8WeFU=;\r
+       b=RlGZF/JBmPhjpwrs23uraXMd3CONZlD5EEluYd2T0FELm7pEoyPQi60Af9t40o+YaP\r
+       ENqb8PtOiq1ngGCLM6gB2lugLJBJZwg1rCe6zIIMEHGm98wZDRQfE7lCtRkUnkQOqjnf\r
+       mmY8qbOR16wpAz9eKW1yHcP26usbz0Qmc6JH4=\r
+Received: by 10.205.127.141 with SMTP id ha13mr4670529bkc.28.1327730418130;\r
+       Fri, 27 Jan 2012 22:00:18 -0800 (PST)\r
+Received: from localhost ([91.144.186.21])\r
+       by mx.google.com with ESMTPS id ew13sm21197973bkb.1.2012.01.27.22.00.17\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Fri, 27 Jan 2012 22:00:17 -0800 (PST)\r
+From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 9/6] emacs: code cleanup in `notmuch-show-operate-all',\r
+       no functional changes\r
+Date: Sat, 28 Jan 2012 09:59:08 +0400\r
+Message-Id: <1327730348-6466-2-git-send-email-dmitry.kurochkin@gmail.com>\r
+X-Mailer: git-send-email 1.7.8.3\r
+In-Reply-To: <1327730348-6466-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+References: <1327725684-5887-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+       <1327730348-6466-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 06:00:19 -0000\r
+\r
+Use `notmuch-show-mapc' function instead of a custom `loop'.\r
+---\r
+ emacs/notmuch-show.el |   13 ++++++-------\r
+ 1 files changed, 6 insertions(+), 7 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index e606224..4ec3fce 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1518,13 +1518,12 @@ i.e. a list of tags to change with '+' and '-' prefixes."\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-get-messages-ids-search) 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
++  (notmuch-show-mapc\r
++   (lambda ()\r
++     (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
\r
+ (defun notmuch-show-add-tag ()\r
+   "Same as `notmuch-show-tag' but sets initial input to '+'."\r
+-- \r
+1.7.8.3\r
+\r