mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: retain show buffer state after retrieving gpg key
After retrieving gpg key retain show buffer state like in all other operations (i.e. no other calls to notmuch-show-refresh-view provides optional reset-state argument). Emacs MUA keeps current message under cursor instead of going first open message(possibly marking it read).
This commit is contained in:
parent
5234f808bc
commit
1fb5c77818
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ mode."
|
|||
(insert "\n")
|
||||
(call-process "gpg" nil t t "--list-keys" keyid))
|
||||
(recenter -1))
|
||||
(notmuch-show-refresh-view t)))
|
||||
(notmuch-show-refresh-view)))
|
||||
|
||||
(defun notmuch-crypto-insert-encstatus-button (encstatus)
|
||||
(let* ((status (plist-get encstatus :status))
|
||||
|
|
Loading…
Reference in a new issue