From 90dc3a58921a41297b3f3169854e1e6af5fad16d Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Mon, 26 Aug 2019 19:41:37 -0400
Subject: emacs: gnus: fix se212 folder name in split rules

---
 .emacs.d/init.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '.emacs.d/init.el')

diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 82d1afe..eb634df 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1630,8 +1630,8 @@ For disabling the behaviour for certain buffers and/or modes."
              (nnimap-split-fancy (|
                                   ;; (: gnus-registry-split-fancy-with-parent)
                                   ;; se212-f19
-                                  ("subject" "SE\\s-?212" "course.se463-s19")
-                                  (from "SE\\s-?212" "course.se463-s19")
+                                  ("subject" "SE\\s-?212" "course.se212-f19")
+                                  (from "SE\\s-?212" "course.se212-f19")
                                   ;; catch-all
                                   "INBOX")))
      (nnimap "csc"
-- 
cgit v1.2.3-83-g751a