From 00f3ab948b01938eb2817f544a3903b7a31d8034 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 13 Aug 2019 00:28:15 +0200 Subject: Add customisations from neptun --- dot.emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot.emacs.d') 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")))) -- cgit v1.2.3