From 1e55b5a34acbe80956357c14f932972f8e252832 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 22 Sep 2014 08:09:11 +0200 Subject: [PATCH] emacs: Show a message when address harvesting finishes --- emacs/notmuch-address.el | 2 ++ 1 file changed, 2 insertions(+) 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)))))) ;; -- 2.39.2