mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
add missing docstring for functions
The '?' key bindings uses them for the help window and these are currently empty. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
a56010ac8b
commit
e229bfa5aa
2 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,7 @@ should be. Returns a cons cell `(tags-per-line width)'."
|
||||||
(notmuch-hello-update t))
|
(notmuch-hello-update t))
|
||||||
|
|
||||||
(defun notmuch-hello-update (&optional no-display)
|
(defun notmuch-hello-update (&optional no-display)
|
||||||
|
"Update the current notmuch view."
|
||||||
;; Lazy - rebuild everything.
|
;; Lazy - rebuild everything.
|
||||||
(interactive)
|
(interactive)
|
||||||
(notmuch-hello no-display))
|
(notmuch-hello no-display))
|
||||||
|
|
|
@ -118,6 +118,7 @@ list."
|
||||||
|
|
||||||
(defun notmuch-mua-mail (&optional to subject other-headers continue
|
(defun notmuch-mua-mail (&optional to subject other-headers continue
|
||||||
switch-function yank-action send-actions)
|
switch-function yank-action send-actions)
|
||||||
|
"Invoke the notmuch mail composition window."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
||||||
(when notmuch-mua-user-agent-function
|
(when notmuch-mua-user-agent-function
|
||||||
|
|
Loading…
Reference in a new issue