Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b9 / 7a2db8dacac1347dd97e4776a9ebb27edb2ebd
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 A8235431FBD\r
6         for <notmuch@notmuchmail.org>; Wed, 22 Aug 2012 23:38:21 -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 18BOGjHCBpxz for <notmuch@notmuchmail.org>;\r
16         Wed, 22 Aug 2012 23:38:17 -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 A0778431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 22 Aug 2012 23:38:17 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id B2015100386; Thu, 23 Aug 2012 09:38:26 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Michal Nazarewicz <mpn@google.com>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH] notmuch-show: add notmuch-show-mark-read-tags option\r
25 In-Reply-To:\r
26  <416b1203c83ea56c8e915a056465d9e202329f45.1345554683.git.mina86@mina86.com>\r
27 References:\r
28  <416b1203c83ea56c8e915a056465d9e202329f45.1345554683.git.mina86@mina86.com>\r
29 User-Agent: Notmuch/0.14+8~gd6b499d (http://notmuchmail.org) Emacs/23.1.1\r
30         (x86_64-redhat-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: Thu, 23 Aug 2012 09:38:26 +0300\r
35 Message-ID: <m2ehmycdul.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\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: Thu, 23 Aug 2012 06:38:21 -0000\r
51 \r
52 On Tue, Aug 21 2012, Michal Nazarewicz wrote:\r
53 \r
54 > From: Michal Nazarewicz <mina86@mina86.com>\r
55 >\r
56 > The `notmuch-show-mark-read-tags' lists tags that are to be applied when\r
57 > message is read.  By default, the only value is "-unread" which will remove\r
58 > the unread tag.  Among other uses, this variable can be used to stop\r
59 > notmuch-show from modifying tags when message is shown (by setting the\r
60 > variable to an empty list).\r
61 > ---\r
62 \r
63 LGTM.\r
64 \r
65 Tomi\r
66 \r
67 \r
68 >\r
69 >  I've sent this patch a while back but I think it got lost somehow so\r
70 >  resending.\r
71 >\r
72 >  emacs/notmuch-show.el |   12 ++++++++++--\r
73 >  1 files changed, 10 insertions(+), 2 deletions(-)\r
74 >\r
75 > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
76 > index 82b5399..c9fd867 100644\r
77 > --- a/emacs/notmuch-show.el\r
78 > +++ b/emacs/notmuch-show.el\r
79 > @@ -183,6 +183,13 @@ provided with an MLA argument nor `completing-read' input."\r
80 >            notmuch-show-stash-mlarchive-link-alist))\r
81 >    :group 'notmuch-show)\r
82 >  \r
83 > +(defcustom notmuch-show-mark-read-tags '("-unread")\r
84 > +  "List of tags to apply when message is read, ie. shown in notmuch-show\r
85 > +buffer."\r
86 > +  :type '(repeat string)\r
87 > +  :group 'notmuch-show)\r
88 > +\r
89 > +\r
90 >  (defmacro with-current-notmuch-show-message (&rest body)\r
91 >    "Evaluate body with current buffer set to the text of current message"\r
92 >    `(save-excursion\r
93 > @@ -1383,8 +1390,9 @@ current thread."\r
94 >    (notmuch-show-get-prop :headers-visible))\r
95 >  \r
96 >  (defun notmuch-show-mark-read ()\r
97 > -  "Mark the current message as read."\r
98 > -  (notmuch-show-tag-message "-unread"))\r
99 > +  "Apply `notmuch-show-mark-read-tags' to the message."\r
100 > +  (when notmuch-show-mark-read-tags\r
101 > +    (apply 'notmuch-show-tag-message notmuch-show-mark-read-tags)))\r
102 >  \r
103 >  ;; Functions for getting attributes of several messages in the current\r
104 >  ;; thread.\r
105 > -- \r
106 > 1.7.7.3\r
107 >\r
108 > _______________________________________________\r
109 > notmuch mailing list\r
110 > notmuch@notmuchmail.org\r
111 > http://notmuchmail.org/mailman/listinfo/notmuch\r