mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
emacs/notmuch-mua.el: whitespace cleanup
M-x whitespace-cleanup in Emacs.
This commit is contained in:
parent
d0553ad524
commit
d02e4dee71
1 changed files with 1 additions and 2 deletions
|
@ -274,7 +274,6 @@ Note that these functions use `mail-citation-hook' if that is non-nil."
|
||||||
(define-key notmuch-message-mode-map (kbd "C-c C-c") #'notmuch-mua-send-and-exit)
|
(define-key notmuch-message-mode-map (kbd "C-c C-c") #'notmuch-mua-send-and-exit)
|
||||||
(define-key notmuch-message-mode-map (kbd "C-c C-s") #'notmuch-mua-send)
|
(define-key notmuch-message-mode-map (kbd "C-c C-s") #'notmuch-mua-send)
|
||||||
|
|
||||||
|
|
||||||
(defun notmuch-mua-mail (&optional to subject other-headers &rest other-args)
|
(defun notmuch-mua-mail (&optional to subject other-headers &rest other-args)
|
||||||
"Invoke the notmuch mail composition window.
|
"Invoke the notmuch mail composition window.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue