* mu4e: update the mail/indexing update process:
- M-x mu4e-update-mail-and-index (C-S-U in main/headers/view/compose, with prefix arg, run in background - M-x mu4e-update-index to only update the index - document / add to FAQ
This commit is contained in:
@ -528,6 +528,8 @@ needed, set the Fcc header, and register the handler function."
|
||||
(boundp 'completion-at-point-functions))
|
||||
(mu4e~compose-setup-completion))
|
||||
|
||||
(define-key mu4e-compose-mode-map (kbd "C-S-u") 'mu4e-update-mail-and-index)
|
||||
|
||||
;; setup the fcc-stuff, if needed
|
||||
(add-hook 'message-send-hook
|
||||
(lambda ()
|
||||
|
||||
Reference in New Issue
Block a user