diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-06-09 23:55:29 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-06-09 23:55:29 -0400 | 
| commit | 55495e2f1441db1682f53f7e07d7814d574ed2ef (patch) | |
| tree | ba52036859f3f96e5f93948584aae5383b575940 | |
| parent | dc2eabb83ed42578fe78085063b3b68ba231c82b (diff) | |
| download | configs-55495e2f1441db1682f53f7e07d7814d574ed2ef.tar.gz configs-55495e2f1441db1682f53f7e07d7814d574ed2ef.tar.xz configs-55495e2f1441db1682f53f7e07d7814d574ed2ef.zip | |
emacs: don’t write body for thankgnus, i use a snippet for that now
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/init.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 21eecd6..7a85083 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1890,7 +1890,7 @@ https://csclub.uwaterloo.ca/~abandali/")             (eval (set (make-local-variable 'message-user-fqdn) "fencepost.gnu.org")))            ((header "subject" "ThankCRM")             (to "webmasters-comment@gnu.org") -           (body "Added  to 2019supporters.html.\n\nMoving to campaigns.\n") +           (body "")             (eval (setq a/message-cite-say-hi nil)))            ("nnimap\\+uw:.*"             (address "abandali@uwaterloo.ca") | 
