Cannot apply multiple tags to a selection in search view
authormailinglists <mailinglists@nawaz.org>
Sun, 25 May 2014 22:33:36 +0000 (15:33 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:03:00 +0000 (10:03 -0800)
5c/49172541a28307ed92c774f99d73d50df66245 [new file with mode: 0644]

diff --git a/5c/49172541a28307ed92c774f99d73d50df66245 b/5c/49172541a28307ed92c774f99d73d50df66245
new file mode 100644 (file)
index 0000000..855240d
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <mueen@nawaz.org>\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 51D27431FBD\r
+       for <notmuch@notmuchmail.org>; Sun, 25 May 2014 15:33:57 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 vQOdtWUmknw7 for <notmuch@notmuchmail.org>;\r
+       Sun, 25 May 2014 15:33:51 -0700 (PDT)\r
+Received: from filter04.dlls.pa.frontiernet.net\r
+       (filter04.dlls.pa.frontiernet.net [199.224.80.234])\r
+       by olra.theworths.org (Postfix) with ESMTP id 63005431FAF\r
+       for <notmuch@notmuchmail.org>; Sun, 25 May 2014 15:33:51 -0700 (PDT)\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by filter04.dlls.pa.frontiernet.net (Postfix) with ESMTP id 2D71D28E23A\r
+       for <notmuch@notmuchmail.org>; Sun, 25 May 2014 22:33:50 +0000 (UTC)\r
+Received: from relay03.dlls.pa.frontiernet.net ([199.224.80.246])\r
+       by localhost (filter04.dlls.pa.frontiernet.net [199.224.80.234])\r
+       (amavisd-new, port 10024)\r
+       with LMTP id D6830-MXKn1O for <notmuch@notmuchmail.org>;\r
+       Sun, 25 May 2014 22:33:38 +0000 (UTC)\r
+X-Originating-IP: [50.53.240.83]\r
+X-Previous-IP: 50.53.240.83\r
+Received: from beetle_b (unknown [50.53.240.83])\r
+       by relay03.dlls.pa.frontiernet.net (Postfix) with ESMTPA id 622B0940EA\r
+       for <notmuch@notmuchmail.org>; Sun, 25 May 2014 22:33:38 +0000 (UTC)\r
+Received: by beetle_b (Postfix, from userid 1000)\r
+       id E13FA86999; Sun, 25 May 2014 15:33:36 -0700 (PDT)\r
+From: mailinglists@nawaz.org\r
+To: notmuch@notmuchmail.org\r
+Subject: Cannot apply multiple tags to a selection in search view\r
+nm-tags: \r
+Date: Sun, 25 May 2014 15:33:36 -0700\r
+Message-ID: <87d2f1jxof.fsf@nawaz.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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, 25 May 2014 22:33:57 -0000\r
+\r
+\r
+Hi,\r
+\r
+After upgrading to version 0.17, the following function that used to\r
+work fine in the past misbehaves when I select multiple messages:\r
+\r
+(define-key notmuch-search-mode-map "d"\r
+      (lambda ()\r
+        "Delete message."\r
+        (interactive)\r
+        (notmuch-search-tag '("+delete" "-inbox" "-lowpriority" "-@review" "-@respond" "-unread"))))\r
+\r
+If I press "d", it only applies the tags to the message my cursor is on\r
+- not my whole message.\r
+\r
+If I manually execute the notmuch-search-tag command, it does work on\r
+the whole selection, though.\r
+\r
+Any ideas?\r
+\r
+Thanks!\r