[PATCH 4/6] emacs: add option to notmuch-show-next-open-message to pop out to parent buffer if at end
David Edmondson
dme at dme.org
Mon Jan 23 03:02:04 PST 2012
On Mon, 23 Jan 2012 00:34:23 -0800, Jameson Graef Rollins <jrollins at finestructure.net> wrote:
> -(defun notmuch-show-next-open-message ()
> +(defun notmuch-show-next-open-message (&optional pop-at-end)
> "Show the next message."
> - (interactive)
> - (let (r)
> + (interactive "P")
> + (let ((parent-buffer notmuch-show-parent-buffer)
> + (r))
Extra brackets around 'r' are unnecessary. Otherwise, +1.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120123/00a2e2c9/attachment-0001.pgp>
More information about the notmuch
mailing list