From: Jameson Graef Rollins Date: Wed, 25 Jan 2012 00:06:21 +0000 (-0800) Subject: emacs: use pop-at-end functionality in show-archive-message-then-next function X-Git-Tag: debian/0.12_rc1-1~135 X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=0417c22d1121ae94ec0c39641254c4d820ae5946 emacs: use pop-at-end functionality in show-archive-message-then-next function This provides a smoother message processing flow by reducing the number of key presses needed for these common operations. --- diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 293c00b6..9a40b0e2 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1648,7 +1648,7 @@ removed)." "Archive the current message, then show the next open message in the current thread." (interactive) (notmuch-show-archive-message) - (notmuch-show-next-open-message)) + (notmuch-show-next-open-message t)) (defun notmuch-show-stash-cc () "Copy CC field of current message to kill-ring."