[PATCH] notmuch-show: add notmuch-show-auto-mark-read option
Michal Nazarewicz
mpn at google.com
Tue Aug 7 08:56:36 PDT 2012
>> From: Michal Nazarewicz <mina86 at mina86.com>
>> @@ -1383,8 +1390,9 @@ current thread."
>> (notmuch-show-get-prop :headers-visible))
>>
>> (defun notmuch-show-mark-read ()
>> - "Mark the current message as read."
>> - (notmuch-show-tag-message "-unread"))
>> + "Apply `notmuch-show-mark-read-tags' to the message."
>> + (when notmuch-show-mark-read-tags
>> + (apply notmuch-show-tag-message notmuch-show-mark-read-tags)))
Mark Walters <markwalters1009 at gmail.com> writes:
> This needs to be (apply 'notmuch-show-tag-message ...)
Yes, it would appear you are right. :)
--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michał “mina86” Nazarewicz (o o)
ooo +----<email/xmpp: mpn at google.com>--------------ooO--(_)--Ooo--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120807/5a60dc84/attachment-0001.pgp>
More information about the notmuch
mailing list