summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-06 10:59:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:32 -0700
commitbb824cac42918a93e5b69d994d32ca2a430ab4f8 (patch)
tree5122e3a669e4ec57b7fd4458b6694043c4c3b0a3
parent7fd68df72bb088dea46fb122e0ecb73470bbb11e (diff)
downloaddotfiles-bb824cac42918a93e5b69d994d32ca2a430ab4f8.tar.gz
set Gnus extra headers lists
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 9d806c38..98df803c 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -203,6 +203,7 @@ windows side-by-side in the frame."
'(global-so-long-mode t)
'(gnus-buttonized-mime-types '("text/x-\\(?:diff\\|patch\\)"))
'(gnus-directory "~/local/News/")
+ '(gnus-extra-headers '(To Cc List-Id))
'(gnus-gcc-mark-as-read t)
'(gnus-kill-files-directory "~/doc/News/")
'(gnus-mark-article-hook '(spw/gnus-mark-article-hook))
@@ -275,6 +276,7 @@ windows side-by-side in the frame."
'(mouse-yank-at-point t)
'(native-comp-async-report-warnings-errors 'silent)
'(network-security-level 'high)
+ '(nnmail-extra-headers '(To Cc List-Id))
'(notmuch-address-use-company nil)
'(nov-text-width 78)
'(org-adapt-indentation t nil nil "Sometimes set to nil in .dir-locals.el, e.g. in ~/doc/newpapers.")