aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-show.el
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2012-01-24 16:06:21 -0800
committerGravatar David Bremner <bremner@debian.org>2012-01-30 23:24:02 -0400
commit0417c22d1121ae94ec0c39641254c4d820ae5946 (patch)
treeeb7fe197e7e8cd2cf7efa2b8ce9e1406d6909014 /emacs/notmuch-show.el
parentcdb51decddc4b013a47e7164891c5bc9041f6fc3 (diff)
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.
Diffstat (limited to 'emacs/notmuch-show.el')
-rw-r--r--emacs/notmuch-show.el2
1 files changed, 1 insertions, 1 deletions
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."