mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
pick: contrib: document notmuch-pick-show-out
This commit is contained in:
parent
1ed9db6c30
commit
bb03a26c25
1 changed files with 5 additions and 0 deletions
|
@ -214,6 +214,11 @@ if the user has loaded a different buffer in that window.")
|
|||
(fset 'notmuch-pick-mode-map notmuch-pick-mode-map)
|
||||
|
||||
(defun notmuch-pick-setup-show-out ()
|
||||
"Set up the keymap for showing a thread
|
||||
|
||||
This uses the value of the defcustom notmuch-pick-show-out to
|
||||
decide whether to show a message in the message pane or in the
|
||||
whole window."
|
||||
(let ((map notmuch-pick-mode-map))
|
||||
(if notmuch-pick-show-out
|
||||
(progn
|
||||
|
|
Loading…
Reference in a new issue