[PATCH 4/4 v2] emacs: use pop-at-end functionality in archive/delete-message functions
Jameson Graef Rollins
jrollins at finestructure.net
Sun Jan 8 10:56:04 PST 2012
This provides a smoother message processing flow by reducing the
number of key presses needed for these common operations.
---
Sorry, there were some errant extra parens at the end of these
function definitions.
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..a706637 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