* 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:
djcb
2012-10-25 11:59:50 +03:00
parent f19ede80ce
commit f64922e026
6 changed files with 90 additions and 74 deletions

View File

@ -475,6 +475,8 @@ at POINT, or if nil, at (point)."
(setq mu4e-view-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-S-u") 'mu4e-update-mail-and-index)
(define-key map "q" 'mu4e~view-quit-buffer)
;; note, 'z' is by-default bound to 'bury-buffer'