[PATCH 5/6] emacs: use pop-at-end functionality in show-archive-message-then-next function
Jameson Graef Rollins
jrollins at finestructure.net
Mon Jan 23 00:34:24 PST 2012
This provides a smoother message processing flow by reducing the
number of key presses needed for these common operations.
---
emacs/notmuch-show.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index fe7ec6a..8c71d03 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1611,7 +1611,7 @@ removed)."
"Archive the current message, then show next thread from search."
(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."
--
1.7.8.3
More information about the notmuch
mailing list