Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / b3 / a93d00051888330a75e3467e7af4901c2bf9b1
1 Return-Path: <tomi.ollila@iki.fi>\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 DBCC8431FBF\r
6         for <notmuch@notmuchmail.org>; Tue, 31 Jul 2012 00:47:50 -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 TdsIQIHRN7r9 for <notmuch@notmuchmail.org>;\r
16         Tue, 31 Jul 2012 00:47:50 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 464C1431FAE\r
19         for <notmuch@notmuchmail.org>; Tue, 31 Jul 2012 00:47:50 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id A84F110036F; Tue, 31 Jul 2012 10:48:00 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH] emacs: show: exclude bug fix\r
25 In-Reply-To: <87hass85fx.fsf@qmul.ac.uk>\r
26 References: <87hass85fx.fsf@qmul.ac.uk>\r
27 User-Agent: Notmuch/0.13.2+103~g9610d35 (http://notmuchmail.org) Emacs/23.1.1\r
28         (x86_64-redhat-linux-gnu)\r
29 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
30         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
31         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
32 Date: Tue, 31 Jul 2012 10:48:00 +0300\r
33 Message-ID: <m2k3xkl6bz.fsf@guru.guru-group.fi>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 31 Jul 2012 07:47:51 -0000\r
49 \r
50 On Sat, Jul 28 2012, Mark Walters wrote:\r
51 \r
52 > The pipe message function (when used with a prefix) uses a search of\r
53 > the form "id:<id1> or id:<id2>" etc. Since the user says precisely\r
54 > which messages are wanted by opening them it should not use excludes.\r
55 > ---\r
56 >\r
57 > This is a small bugfix. Note that emacs how mode includes excluded\r
58 > messages in its buffer but, by default, it displays them closed.\r
59 \r
60 LGTM.\r
61 \r
62 Tomi\r
63 \r
64 >\r
65 >  emacs/notmuch-show.el |    2 +-\r
66 >  1 files changed, 1 insertions(+), 1 deletions(-)\r
67 >\r
68 > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
69 > index 6335d45..dcfc190 100644\r
70 > --- a/emacs/notmuch-show.el\r
71 > +++ b/emacs/notmuch-show.el\r
72 > @@ -1617,7 +1617,7 @@ than only the current message."\r
73 >    (let (shell-command)\r
74 >      (if entire-thread\r
75 >       (setq shell-command\r
76 > -           (concat notmuch-command " show --format=mbox "\r
77 > +           (concat notmuch-command " show --format=mbox --exclude=false "\r
78 >                     (shell-quote-argument\r
79 >                      (mapconcat 'identity (notmuch-show-get-message-ids-for-open-messages) " OR "))\r
80 >                     " | " command))\r
81 > -- \r
82 > 1.7.9.1\r
83 >\r
84 > _______________________________________________\r
85 > notmuch mailing list\r
86 > notmuch@notmuchmail.org\r
87 > http://notmuchmail.org/mailman/listinfo/notmuch\r