diff --git a/mu4e/mu4e.el b/mu4e/mu4e.el index caceddc7..7fc55020 100644 --- a/mu4e/mu4e.el +++ b/mu4e/mu4e.el @@ -117,8 +117,7 @@ Invoke FUNC if non-nil." (mu4e--check-requirements) (when func (funcall func)) (when (zerop doccount) - (mu4e-message "Store is empty; (re)indexing. This may take a while.") ; - (mu4e-update-index)) + (mu4e-message "Store is empty; try indexing (M-x mu4e-update-index).")) (when (and mu4e-update-interval (null mu4e--update-timer)) (setq mu4e--update-timer (run-at-time 0 mu4e-update-interval