X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=9a40b0e2c3a16a1a6252088c448dc8c55553381e;hb=0417c22d1121ae94ec0c39641254c4d820ae5946;hp=293c00b669cdfbaa563746c2dae4f5cb13c0d6f3;hpb=cdb51decddc4b013a47e7164891c5bc9041f6fc3;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 293c00b6..9a40b0e2 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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."