From: Michal Sojka Date: Mon, 22 Sep 2014 06:09:11 +0000 (+0200) Subject: emacs: Show a message when address harvesting finishes X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/1e55b5a34acbe80956357c14f932972f8e252832 emacs: Show a message when address harvesting finishes --- diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index 9f6711bb..da524f32 100644 --- a/emacs/notmuch-address.el +++ b/emacs/notmuch-address.el @@ -219,6 +219,8 @@ called when harvesting finishes." (setq notmuch-address-last-harvest now) (notmuch-address-harvest nil nil (lambda (proc event) + (message "Notmuch address harvesting finished in %d seconds" + (- (float-time) notmuch-address-last-harvest)) (setq notmuch-address-full-harvest-finished t)))))) ;;