From 466bb3e0062cf7cc938f5a88e89fa3e71e098d06 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 21 Jan 2020 21:18:44 -0500 Subject: [PATCH] emacs: gnus: add Organization: GNU when sending from gnu address --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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 "") -- 2.20.1