aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-08-13 00:28:15 +0200
committerThomas Schneider <qsx@qsx.re>2019-08-13 00:28:15 +0200
commit00f3ab948b01938eb2817f544a3903b7a31d8034 (patch)
tree88c1e435704bfec6fc5cf754d294f592ce33b57b /dot.emacs.d
parentf4a3f57a973b9578a15258ae9b91ae9023eccc37 (diff)
Add customisations from neptun
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 98f4275..7d4ff3d 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -305,10 +305,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"))))