summaryrefslogtreecommitdiff
path: root/.emacs.d/notmuch-config.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-17 23:26:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-20 13:30:32 -0700
commit85c48d109680379abf6982cb222e20ba2faa063a (patch)
tree69c99d7c8c8e65260f6051cd3f89365a3861b208 /.emacs.d/notmuch-config.el
parent236bf1b75d7d34836ce24f825276a92f948507a3 (diff)
downloaddotfiles-85c48d109680379abf6982cb222e20ba2faa063a.tar.gz
use customise interface for some vars in notmuch-config.el
Diffstat (limited to '.emacs.d/notmuch-config.el')
-rw-r--r--.emacs.d/notmuch-config.el19
1 files changed, 2 insertions, 17 deletions
diff --git a/.emacs.d/notmuch-config.el b/.emacs.d/notmuch-config.el
index 2dc6f429..91bc9057 100644
--- a/.emacs.d/notmuch-config.el
+++ b/.emacs.d/notmuch-config.el
@@ -11,8 +11,7 @@
;;;; Preferences and variables
-(setq notmuch-show-all-tags-list t
- notmuch-tagging-keys '(("u" ("+unread") "Mark as unread")
+(setq notmuch-tagging-keys '(("u" ("+unread") "Mark as unread")
("s" ("-unread" "+spam") "Mark as spam")
;; 'm' for 'mute'
@@ -42,8 +41,6 @@
notmuch-wash-citation-lines-prefix 10000
notmuch-wash-citation-lines-suffix 10000
- send-mail-function 'sendmail-send-it
-
;; always decrypt & verify PGP parts
notmuch-crypto-process-mime t
@@ -53,9 +50,7 @@
mail-envelope-from 'header
message-sendmail-envelope-from 'header
- notmuch-archive-tags '("-unread")
notmuch-maildir-use-notmuch-insert t
- notmuch-fcc-dirs "sent -unread"
;; when 'unread' is being used as an inbox, want manual resolution
;; of messages
@@ -64,8 +59,6 @@
;; but always resolve when I write a reply
notmuch-message-replied-tags '("-unread" "+replied")
- notmuch-mua-user-agent-function 'notmuch-mua-user-agent-full
-
;; for compatibility
message-forward-before-signature nil
message-forward-as-mime nil
@@ -73,19 +66,11 @@
"^\\(From\\|To\\|Cc\\|Subject\\|Date\\|Message-ID\\):"
message-make-forward-subject-function #'message-forward-subject-fwd
- notmuch-mua-cite-function #'message-cite-original-without-signature
- message-citation-line-function #'message-insert-formatted-citation-line
- message-citation-line-format "On %a %d %b %Y at %I:%M%p %Z, %N wrote:\n"
-
;; default dir for saving attachments
mm-default-directory "~/tmp/"
;; encrypt messages to me too, so I can read copies in my sent mail folder
- mml-secure-openpgp-encrypt-to-self t
-
- mml-secure-openpgp-sign-with-sender t
-
- message-kill-buffer-on-exit t)
+ mml-secure-openpgp-encrypt-to-self t)
;; these three vars get set in notmuch-groups.el
(defvar spw/lists-readall nil