X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/80220f7d4645ec4a6a39c713985ec59b2385f5b6..refs/heads/addr-completion:/emacs/notmuch-address.el 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)))))) ;;