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.
This commit is contained in:
Jameson Graef Rollins 2012-01-24 16:06:21 -08:00 committed by David Bremner
parent cdb51decdd
commit 0417c22d11

View file

@ -1648,7 +1648,7 @@ removed)."
"Archive the current message, then show the next open message in the current thread." "Archive the current message, then show the next open message in the current thread."
(interactive) (interactive)
(notmuch-show-archive-message) (notmuch-show-archive-message)
(notmuch-show-next-open-message)) (notmuch-show-next-open-message t))
(defun notmuch-show-stash-cc () (defun notmuch-show-stash-cc ()
"Copy CC field of current message to kill-ring." "Copy CC field of current message to kill-ring."