Re: Filesystem functionality used by notmuch
[notmuch-archives.git] / 8c / ba21469235386a5f83b33090c97c48283dd760
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 9CFB8429E40\r
6         for <notmuch@notmuchmail.org>; Sun,  2 Jun 2013 05:35: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 wXKQciBocMht for <notmuch@notmuchmail.org>;\r
16         Sun,  2 Jun 2013 05:35:49 -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 84071429E25\r
19         for <notmuch@notmuchmail.org>; Sun,  2 Jun 2013 05:35:49 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 4F934100030;\r
22         Sun,  2 Jun 2013 15:35:46 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] contrib: pick: bugfix: use notmuch-show-mark-read-tags\r
26         instead of unread\r
27 In-Reply-To: <1370123352-13806-1-git-send-email-markwalters1009@gmail.com>\r
28 References: <1370123352-13806-1-git-send-email-markwalters1009@gmail.com>\r
29 User-Agent: Notmuch/0.15.2+115~g12cf6af (http://notmuchmail.org) Emacs/24.3.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Sun, 02 Jun 2013 15:35:45 +0300\r
35 Message-ID: <m2k3mcofku.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sun, 02 Jun 2013 12:35:57 -0000\r
51 \r
52 On Sun, Jun 02 2013, Mark Walters <markwalters1009@gmail.com> wrote:\r
53 \r
54 > Previously pick removed the unread tag from its tag display: since the\r
55 > tag change is now customisable use the customised variable.\r
56 >\r
57 > This only affected the tags displayed, not the tags in the database as\r
58 > notmuch-show (in the view pane) did the actual tag changes.\r
59 > ---\r
60 >\r
61 > Thanks to Tomi for pointing this out in\r
62 > id:m2r4mecofa.fsf@guru.guru-group.fi\r
63 \r
64 LGTM :D\r
65 \r
66 Tomi\r
67 \r
68 >\r
69 > Best wishes\r
70 >\r
71 > Mark\r
72 >\r
73 >  contrib/notmuch-pick/notmuch-pick.el |    3 ++-\r
74 >  1 files changed, 2 insertions(+), 1 deletions(-)\r
75 >\r
76 > diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
77 > index 128fabf..9079acf 100644\r
78 > --- a/contrib/notmuch-pick/notmuch-pick.el\r
79 > +++ b/contrib/notmuch-pick/notmuch-pick.el\r
80 > @@ -384,7 +384,8 @@ Does NOT change the database."\r
81 >       (with-current-buffer buffer\r
82 >         (setq notmuch-pick-message-window window)\r
83 >         (add-hook 'kill-buffer-hook 'notmuch-pick-message-window-kill-hook)))\r
84 > -      (notmuch-pick-tag-update-display (list "-unread"))\r
85 > +      (when notmuch-show-mark-read-tags\r
86 > +     (notmuch-pick-tag-update-display notmuch-show-mark-read-tags))\r
87 >        (setq notmuch-pick-message-buffer buffer))))\r
88 >  \r
89 >  (defun notmuch-pick-show-message-out ()\r
90 > -- \r
91 > 1.7.9.1\r
92 >\r
93 > _______________________________________________\r
94 > notmuch mailing list\r
95 > notmuch@notmuchmail.org\r
96 > http://notmuchmail.org/mailman/listinfo/notmuch\r