mu4e-update: fix typo
This commit is contained in:
@ -283,7 +283,7 @@ run in the background; otherwise, pop up a window."
|
|||||||
(set-process-filter proc 'mu4e--get-mail-process-filter))))
|
(set-process-filter proc 'mu4e--get-mail-process-filter))))
|
||||||
|
|
||||||
(defun mu4e-update-mail-and-index (run-in-background)
|
(defun mu4e-update-mail-and-index (run-in-background)
|
||||||
"Get a new mail by running `mu4e-get-mail-command'.
|
"Retrieve new mail by running `mu4e-get-mail-command'.
|
||||||
If RUN-IN-BACKGROUND is non-nil (or called with prefix-argument),
|
If RUN-IN-BACKGROUND is non-nil (or called with prefix-argument),
|
||||||
run in the background; otherwise, pop up a window."
|
run in the background; otherwise, pop up a window."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
|
|||||||
Reference in New Issue
Block a user