summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-13 03:42:12 +0000
committerjao <jao@gnu.org>2021-11-13 03:44:54 +0000
commit054f87bed520566bf0216ef905a2569cdd343701 (patch)
treea3d05161d9ae7a13acef9db0202ed3abaeeb217e /email.org
parenta59d2ce1d399385fdb377d73f34f9198159a9334 (diff)
downloadelibs-054f87bed520566bf0216ef905a2569cdd343701.tar.gz
elibs-054f87bed520566bf0216ef905a2569cdd343701.tar.bz2
don't let notmuch interfere in address completion
Diffstat (limited to 'email.org')
-rw-r--r--email.org1
1 files changed, 1 insertions, 0 deletions
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