From 054f87bed520566bf0216ef905a2569cdd343701 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 13 Nov 2021 03:42:12 +0000 Subject: don't let notmuch interfere in address completion --- email.org | 1 + 1 file changed, 1 insertion(+) (limited to 'email.org') diff --git a/email.org b/email.org index b33785f..8c392ac 100644 --- a/email.org +++ b/email.org @@ -357,6 +357,7 @@ * notmuch #+begin_src emacs-lisp (defvar jao-notmuch-enabled-p (eq jao-afio-mail-function 'notmuch)) + (setq notmuch-address-command (if jao-notmuch-enabled-p 'internal 'as-is)) (jao-load-org "notmuch") #+end_src * consult notmuch -- cgit v1.2.3