emacs: gnus: uw: only put INBOX-originated replies into Sent Items
authorAmin Bandali <bandali@gnu.org>
Mon, 13 May 2019 19:55:40 +0000 (15:55 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 13 May 2019 19:55:40 +0000 (15:55 -0400)
.emacs.d/init.el

index 6d8d086..31b5158 100644 (file)
@@ -1650,7 +1650,9 @@ For disabling the behaviour for certain buffers and/or modes."
      ("gnu.*"
       (gcc-self . t))
      ("gnu\\."
-      (subscribed . t)))
+      (subscribed . t))
+     ("nnimap\\+uw:.*"
+      (gcc-self . t)))
    gnus-large-newsgroup  50
    gnus-home-directory   (no-littering-expand-var-file-name "gnus/")
    gnus-directory        (concat gnus-home-directory "news/")
@@ -1723,7 +1725,8 @@ For disabling the behaviour for certain buffers and/or modes."
            (body "Added  to 2019supporters.html.\n\nMoving to campaigns.\n\n-amin\n")
            (eval (setq a/message-cite-say-hi nil)))
           ("nnimap\\+uw:.*"
-           (address "abandali@uwaterloo.ca")
+           (address "abandali@uwaterloo.ca"))
+          ("nnimap\\+uw:INBOX"
            (gcc "\"nnimap+uw:Sent Items\""))
           ("nnimap\\+csc:.*"
            (address "abandali@csclub.uwaterloo.ca")