summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 7e6bd32..b498f8b 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -284,7 +284,8 @@
(save-window-excursion
(calendar)
(when agenda (org-agenda-list)))
- (unless (widget-at) (jao-notmuch-hello-first)))))
+ (unless (widget-at) (jao-notmuch-hello-first))
+ (jao-minibuffer-refresh))))
(defvar jao-notmuch-hello--sec-rx "^\\(\\[ [0-9]+\\|All tags:.+\\)")