summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-10-18 01:37:21 -0400
committerAmin Bandali <bandali@gnu.org>2019-10-18 01:37:21 -0400
commit639bdc53e77ac4c2f7c3eb6f68539b5009e053ac (patch)
treeebc82b41c5f0fc5ca25e2eb832ee8b04d83f9e37 /.emacs.d
parentfcd4c60337b31749fc1555adf329fd8555267a1c (diff)
downloadconfigs-639bdc53e77ac4c2f7c3eb6f68539b5009e053ac.tar.gz
configs-639bdc53e77ac4c2f7c3eb6f68539b5009e053ac.tar.xz
configs-639bdc53e77ac4c2f7c3eb6f68539b5009e053ac.zip
emacs: gnus: update some signatures
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el19
1 files changed, 10 insertions, 9 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a270875..dafb120 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2290,14 +2290,12 @@ This function is intended for use with `ivy-ignore-buffers'."
(use-feature gnus-msg
:config
- (defvar b/signature "Amin Bandali
-Free Software Activist | GNU Maintainer & Webmaster
-GPG: BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103
-https://shemshak.org/~amin")
(defvar b/gnu-signature "Amin Bandali
Free Software Activist | GNU Maintainer & Webmaster
GPG: BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103
https://bandali.eu.org")
+ (defvar b/shemshak-signature "Amin Bandali
+https://shemshak.org/~amin")
(defvar b/uw-signature "Amin Bandali, MMath Student
Cheriton School of Computer Science
University of Waterloo
@@ -2311,18 +2309,21 @@ https://csclub.uwaterloo.ca/~abandali")
(address "bandali@gnu.org")
(signature b/gnu-signature)
(eval (set (make-local-variable 'message-user-fqdn) "fencepost.gnu.org")))
+ ("nnimap\\+gnu:l\\..*"
+ (signature nil))
+ ((header "subject" "ThankCRM")
+ (to "webmasters-comment@gnu.org")
+ (body "")
+ (eval (setq b/message-cite-say-hi nil)))
("nnimap\\+shemshak:.*"
(address "amin@shemshak.org")
(body "\nBest,\n")
- (signature b/signature)
+ (signature b/shemshak-signature)
(gcc "nnimap+shemshak:Sent")
(eval (setq b/message-cite-say-hi t)))
- ((header "subject" "ThankCRM")
- (to "webmasters-comment@gnu.org")
- (body "")
- (eval (setq b/message-cite-say-hi nil)))
("nnimap\\+uw:.*"
(address "bandali@uwaterloo.ca")
+ (body "\nBest,\n")
(signature b/uw-signature))
("nnimap\\+uw:INBOX"
(gcc "\"nnimap+uw:Sent Items\""))