emacs: gnus: fix up posting styles
authorAmin Bandali <bandali@gnu.org>
Sun, 12 May 2019 04:41:48 +0000 (00:41 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 12 May 2019 04:41:48 +0000 (00:41 -0400)
.emacs.d/init.el

index ba8deb9..6e435fd 100644 (file)
@@ -1681,12 +1681,12 @@ For disabling the behaviour for certain buffers and/or modes."
            (to "webmasters-comment@gnu.org")
            (body "Added  to 2019supporters.html.\n\nMoving to campaigns.\n\n-amin\n")
            (eval (setq a/message-cite-say-hi nil)))
-          ("nnimap\\+uwaterloo:.*"
+          ("nnimap\\+uw:.*"
            (address "abandali@uwaterloo.ca")
-           (gcc "\"nnimap+uwaterloo:Sent Items\""))
-          ("nnimap\\+csclub:.*"
+           (gcc "\"nnimap+uw:Sent Items\""))
+          ("nnimap\\+csc:.*"
            (address "abandali@csclub.uwaterloo.ca")
-           (gcc "nnimap+csclub:Sent")))))
+           (gcc "nnimap+csc:Sent")))))
 
 (use-feature gnus-topic
   :hook (gnus-group-mode . gnus-topic-mode)