[PATCH 4/4] emacs: use pop-at-end functionality in archive/delete-message functions
Jameson Graef Rollins
jrollins at finestructure.net
Sat Jan 7 17:26:55 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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 4c2b507..7103c23 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -1454,7 +1454,7 @@ thread.
"
(interactive)
(notmuch-show-remove-tag "inbox")
- (notmuch-show-next-open-message)))
+ (notmuch-show-next-open-message t)))
(defun notmuch-show-archive-thread ()
"Archive each message in thread, then show next thread from search.
@@ -1485,7 +1485,7 @@ thread.
"
(interactive)
(notmuch-show-add-tag "deleted")
- (notmuch-show-next-open-message)))
+ (notmuch-show-next-open-message t)))
(defun notmuch-show-delete-thread ()
"Delete each message in thread, then show next thread from search.
--
1.7.7.3
More information about the notmuch
mailing list