Mu4e: Add header line to dired buff when attaching
This commit is contained in:
parent
e881ced143
commit
fadc5f1b35
1 changed files with 5 additions and 1 deletions
|
@ -300,7 +300,11 @@ When otherwise called, open a dired buffer and enable `dired-mu4e-attach-ctrl-c-
|
|||
:lighter "attach"
|
||||
:keymap (let ((map (make-sparse-keymap)))
|
||||
(define-key map (kbd "C-c C-c") '+mu4e/attach-files)
|
||||
map))
|
||||
map)
|
||||
(setq header-line-format
|
||||
(when dired-mu4e-attach-ctrl-c-ctrl-c
|
||||
(substitute-command-keys
|
||||
"Mu4e attach active. `\\[+mu4e/attach-files]' to attach the marked files."))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +mu4e-current-buffers ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue