summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-04 02:56:53 +0100
committerjao <jao@gnu.org>2021-07-04 02:57:33 +0100
commit74a103287800b228eafc0725d4e26619e716a78e (patch)
tree021c7aa3c20e929b509d8756a2458874cb84d95a /email.org
parentfcd76f37e9d5f6004830e9dabbc91c96506b90d3 (diff)
downloadelibs-74a103287800b228eafc0725d4e26619e716a78e.tar.gz
elibs-74a103287800b228eafc0725d4e26619e716a78e.tar.bz2
mail tweaks
Diffstat (limited to 'email.org')
-rw-r--r--email.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/email.org b/email.org
index cf76ff0..f1a561a 100644
--- a/email.org
+++ b/email.org
@@ -298,6 +298,11 @@
(jao-consult-add-buffer-source 'jao-mail-consult-source "Mail" ?n)
#+end_src
+* notmuch
+ #+begin_src emacs-lisp
+ (when (eq jao-afio-mail-function 'notmuch)
+ (jao-load-org "notmuch"))
+ #+end_src
* gnus
*** Directories
#+begin_src emacs-lisp