diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-21 21:18:44 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-21 21:42:29 -0500 |
commit | 466bb3e0062cf7cc938f5a88e89fa3e71e098d06 (patch) | |
tree | dfb262199fa5003bdb7a193f27e130faeea12f25 | |
parent | 6283c91e671e97691583f312e10f23048c70e13e (diff) | |
download | configs-466bb3e0062cf7cc938f5a88e89fa3e71e098d06.tar.gz configs-466bb3e0062cf7cc938f5a88e89fa3e71e098d06.tar.xz configs-466bb3e0062cf7cc938f5a88e89fa3e71e098d06.zip |
emacs: gnus: add Organization: GNU when sending from gnu address
-rw-r--r-- | .emacs.d/init.el | 2 |
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 "") |