Merge pull request #972 from j-hao/master

mu4e: add mu4e-msg-changed-hook to mu4e-index-updated-hook globally
This commit is contained in:
Dirk-Jan C. Binnema 2016-12-11 19:03:58 +02:00 committed by GitHub
commit dde7928855
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ user-interaction ongoing."
;; maybe update the current headers upon indexing changes
(add-hook 'mu4e-index-updated-hook 'mu4e~headers-do-auto-update nil t)
(add-hook 'mu4e-index-updated-hook (lambda () (run-hooks 'mu4e-msg-changed-hook)) t t)
(add-hook 'mu4e-index-updated-hook (lambda () (run-hooks 'mu4e-msg-changed-hook)) t)
(setq
truncate-lines t
buffer-undo-list t ;; don't record undo information