mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
cdb51decdd
commit
0417c22d11
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue