summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-28 23:34:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-29 13:55:42 -0700
commit9430e276f1208e7c1f39146564c1a3423dd1fa65 (patch)
tree059fbdd056e82ac719b5fb360e7f4f9e48146b13 /.emacs.d
parentebc2f9d93b16b06723a08214301073b02be2c5ad (diff)
downloaddotfiles-9430e276f1208e7c1f39146564c1a3423dd1fa65.tar.gz
tidy up some notmuch settings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el17
1 files changed, 4 insertions, 13 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 033eac40..3882a31b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -194,6 +194,8 @@ windows side-by-side in the frame."
("UA"
("From" . "Sean Whitton <spwhitton@email.arizona.edu>"))))
'(minibuffer-follows-selected-frame nil)
+ '(mm-default-directory "~/tmp/")
+ '(mml-secure-openpgp-encrypt-to-self t nil nil "So I can read copies in my sent mail directory.")
'(mml-secure-openpgp-sign-with-sender t)
'(mode-line-compact 'long)
'(mouse-drag-copy-region t nil nil "X primary selection-like behaviour within Emacs even when not available outside.")
@@ -2581,17 +2583,12 @@ to open them using `spw/try-external-open'")
notmuch-wash-citation-lines-prefix 10000
notmuch-wash-citation-lines-suffix 10000
- ;; always decrypt & verify PGP parts
- notmuch-crypto-process-mime t
-
;; have Emacs set envelope-from to bypass my MTA rewriting of
;; user@localhost
mail-specify-envelope-from t
mail-envelope-from 'header
message-sendmail-envelope-from 'header
- notmuch-maildir-use-notmuch-insert t
-
;; when 'unread' is being used as an inbox, want manual resolution
;; of messages
notmuch-show-mark-read-function 'ignore
@@ -2603,14 +2600,8 @@ to open them using `spw/try-external-open'")
message-forward-before-signature nil
message-forward-as-mime nil
message-forward-included-headers
- "^\\(From\\|To\\|Cc\\|Subject\\|Date\\|Message-ID\\):"
- message-make-forward-subject-function #'message-forward-subject-fwd
-
- ;; 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)
+ '("^From:" "^Subject:" "^Date:" "^To:" "^Cc:" "^Message-ID:")
+ message-make-forward-subject-function #'message-forward-subject-fwd)
;; these three vars get set in notmuch-private.el
(defvar spw/lists-readall nil