[PATCH 5/6] emacs: use pop-at-end functionality in show-archive-message-then-next function
Jameson Graef Rollins
jrollins at finestructure.net
Tue Jan 17 10:05:30 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 6b2e6e9..21eadbe 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1506,7 +1506,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.7.3
More information about the notmuch
mailing list