aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index f5b262e..86664e8 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -297,10 +297,10 @@
(nntp-open-connection-function nntp-open-ssl-stream)
(nntp-port-number 563))
gnus-secondary-select-methods '((nnmaildir "mail"
- (directory "~/.nnmaildir")
+ (directory "~/.maildir")
(nnir-search-engine notmuch)))
- nnir-notmuch-program "/home/qsx/.local/bin/notmuch-gnus"
- nnir-notmuch-remove-prefix (concat (getenv "HOME") "/.nnmaildir/"))
+ ;; nnir-notmuch-program "/home/qsx/.local/bin/notmuch-gnus"
+ nnir-notmuch-remove-prefix (concat (getenv "HOME") "/.maildir/"))
(add-hook 'message-setup-hook (defun qsx-message-add-my-headers ()
(message-add-header "Openpgp: id=E384009D3B54DCD321BF953295EE94A432583DB1; url=https://pgp.mit.edu/pks/lookup?op=get&search=0x95EE94A432583DB1; preference=signencrypt"))))