diff options
Diffstat (limited to '')
| -rw-r--r-- | init.org | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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")  | 
