summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-notmuch.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-28 20:55:21 +0100
committerjao <jao@gnu.org>2022-08-28 20:56:36 +0100
commit686ff8fa2fb5b6cd655834f3af5cd234feef8918 (patch)
tree33c67bd7c2bf4f08808818e6004b9a1952dfbeae /custom/jao-custom-notmuch.el
parented3922aed913f8f42da3965fd130b3a23f7a49f0 (diff)
downloadelibs-686ff8fa2fb5b6cd655834f3af5cd234feef8918.tar.gz
elibs-686ff8fa2fb5b6cd655834f3af5cd234feef8918.tar.bz2
afio: option to use frames (for terminals) and cleanups galore
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r--custom/jao-custom-notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 86555d1..a374ebd 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -271,7 +271,7 @@
(defun jao-notmuch-refresh-hello (&optional agenda)
(interactive "P")
(ignore-errors
- (when (and (string= "Mail" (jao-afio-current-frame))
+ (when (and (string= "Mail" (jao-afio-frame-name))
(derived-mode-p 'notmuch-hello-mode))
(when (not (string-blank-p jao-notmuch-minibuffer-string))
(let ((notmuch-hello-auto-refresh nil)) (notmuch-hello)))