summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-07 09:27:29 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-07 09:27:57 -0400
commit20fdf1c108f5b41b099c74f7223237ed5e5a2fae (patch)
treebea6caeb59ef2d26fa72fd007f950629c7f83271
parent2f8286cd54c8902a6c15b88a3e89fdcb02eb4dba (diff)
downloadconfigs-20fdf1c108f5b41b099c74f7223237ed5e5a2fae.tar.gz
configs-20fdf1c108f5b41b099c74f7223237ed5e5a2fae.tar.xz
configs-20fdf1c108f5b41b099c74f7223237ed5e5a2fae.zip
[emacs/gnus-msg] tweak posting styles
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.org b/init.org
index 3679c1c..7282adf 100644
--- a/init.org
+++ b/init.org
@@ -2342,14 +2342,14 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
(setq gnus-posting-styles
'((".*"
(address "amin@bndl.org")
- (body "\nBest,\namin\n")
+ (body "\nBest,\n")
(eval (setq a/message-cite-say-hi t)))
("gnu.*"
(address "bandali@gnu.org")
(eval (set (make-local-variable 'message-user-fqdn) "fencepost.gnu.org")))
((header "subject" "ThankCRM")
(to "webmasters-comment@gnu.org")
- (body "\nAdded to 2019supporters.html.\n\nMoving to campaigns.\n\n-amin\n")
+ (body "Added to 2019supporters.html.\n\nMoving to campaigns.\n\n-amin\n")
(eval (setq a/message-cite-say-hi nil)))
("nnimap\\+uwaterloo:.*"
(address "abandali@uwaterloo.ca")