summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-12 00:41:48 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-12 00:41:48 -0400
commit63c1969d27cdbe4ff36447901b25afe330317c9a (patch)
tree415585ebc988a5805af453ef90b825b5066a837c /.emacs.d/init.el
parent348511ef44b092085ae827fe9e70c0a228d7f49b (diff)
downloadconfigs-63c1969d27cdbe4ff36447901b25afe330317c9a.tar.gz
configs-63c1969d27cdbe4ff36447901b25afe330317c9a.tar.xz
configs-63c1969d27cdbe4ff36447901b25afe330317c9a.zip
emacs: gnus: fix up posting styles
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ba8deb9..6e435fd 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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)