summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-21 21:18:44 -0500
committerAmin Bandali <mab@gnu.org>2020-01-21 21:42:29 -0500
commit466bb3e0062cf7cc938f5a88e89fa3e71e098d06 (patch)
treedfb262199fa5003bdb7a193f27e130faeea12f25 /.emacs.d/init.el
parent6283c91e671e97691583f312e10f23048c70e13e (diff)
downloadconfigs-466bb3e0062cf7cc938f5a88e89fa3e71e098d06.tar.gz
configs-466bb3e0062cf7cc938f5a88e89fa3e71e098d06.tar.xz
configs-466bb3e0062cf7cc938f5a88e89fa3e71e098d06.zip
emacs: gnus: add Organization: GNU when sending from gnu address
Diffstat (limited to '.emacs.d/init.el')
-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 8b0df02..6e24e52 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2423,6 +2423,8 @@ https://csclub.uwaterloo.ca/~abandali")
(address "mab@gnu.org"))
("nnimap\\+gnu:l\\..*"
(signature nil))
+ ("nnimap\\+gnu:.*"
+ (organization "GNU"))
((header "subject" "ThankCRM")
(to "webmasters-comment@gnu.org")
(body "")