Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5c / 49172541a28307ed92c774f99d73d50df66245
1 Return-Path: <mueen@nawaz.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 51D27431FBD\r
6         for <notmuch@notmuchmail.org>; Sun, 25 May 2014 15:33:57 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id vQOdtWUmknw7 for <notmuch@notmuchmail.org>;\r
16         Sun, 25 May 2014 15:33:51 -0700 (PDT)\r
17 Received: from filter04.dlls.pa.frontiernet.net\r
18         (filter04.dlls.pa.frontiernet.net [199.224.80.234])\r
19         by olra.theworths.org (Postfix) with ESMTP id 63005431FAF\r
20         for <notmuch@notmuchmail.org>; Sun, 25 May 2014 15:33:51 -0700 (PDT)\r
21 Received: from localhost (localhost [127.0.0.1])\r
22         by filter04.dlls.pa.frontiernet.net (Postfix) with ESMTP id 2D71D28E23A\r
23         for <notmuch@notmuchmail.org>; Sun, 25 May 2014 22:33:50 +0000 (UTC)\r
24 Received: from relay03.dlls.pa.frontiernet.net ([199.224.80.246])\r
25         by localhost (filter04.dlls.pa.frontiernet.net [199.224.80.234])\r
26         (amavisd-new, port 10024)\r
27         with LMTP id D6830-MXKn1O for <notmuch@notmuchmail.org>;\r
28         Sun, 25 May 2014 22:33:38 +0000 (UTC)\r
29 X-Originating-IP: [50.53.240.83]\r
30 X-Previous-IP: 50.53.240.83\r
31 Received: from beetle_b (unknown [50.53.240.83])\r
32         by relay03.dlls.pa.frontiernet.net (Postfix) with ESMTPA id 622B0940EA\r
33         for <notmuch@notmuchmail.org>; Sun, 25 May 2014 22:33:38 +0000 (UTC)\r
34 Received: by beetle_b (Postfix, from userid 1000)\r
35         id E13FA86999; Sun, 25 May 2014 15:33:36 -0700 (PDT)\r
36 From: mailinglists@nawaz.org\r
37 To: notmuch@notmuchmail.org\r
38 Subject: Cannot apply multiple tags to a selection in search view\r
39 nm-tags: \r
40 Date: Sun, 25 May 2014 15:33:36 -0700\r
41 Message-ID: <87d2f1jxof.fsf@nawaz.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sun, 25 May 2014 22:33:57 -0000\r
57 \r
58 \r
59 Hi,\r
60 \r
61 After upgrading to version 0.17, the following function that used to\r
62 work fine in the past misbehaves when I select multiple messages:\r
63 \r
64 (define-key notmuch-search-mode-map "d"\r
65       (lambda ()\r
66         "Delete message."\r
67         (interactive)\r
68         (notmuch-search-tag '("+delete" "-inbox" "-lowpriority" "-@review" "-@respond" "-unread"))))\r
69 \r
70 If I press "d", it only applies the tags to the message my cursor is on\r
71 - not my whole message.\r
72 \r
73 If I manually execute the notmuch-search-tag command, it does work on\r
74 the whole selection, though.\r
75 \r
76 Any ideas?\r
77 \r
78 Thanks!\r