diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-21 18:49:37 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-21 18:49:37 -0400 |
commit | 5b8a18a4bfc31a2d916806fdb4b753124ae49e95 (patch) | |
tree | e9678fe2c34db67d983fc8ca890ad45d1ab15fc8 | |
parent | e7a169d1998971353b53b767cc355ddf1b3d6fdc (diff) | |
download | configs-5b8a18a4bfc31a2d916806fdb4b753124ae49e95.tar.gz configs-5b8a18a4bfc31a2d916806fdb4b753124ae49e95.tar.xz configs-5b8a18a4bfc31a2d916806fdb4b753124ae49e95.zip |
emacs: gnus: adapt se463-s19 regexp to se212-f19
-rw-r--r-- | .emacs.d/init.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 09b790d..38121ca 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1622,9 +1622,9 @@ For disabling the behaviour for certain buffers and/or modes." (nnimap-split-methods 'nnimap-split-fancy) (nnimap-split-fancy (| ;; (: gnus-registry-split-fancy-with-parent) - ;; se463-s19 - ("subject" "\\(SE\\s-?463\\|Deliverable\\)" "course.se463-s19") - (from "\\(SE\\s-?463\\|Gema\\|Hemant\\|Davood\\|Camilo\\|Reza\\|Michael\\|Sandy\\)" "course.se463-s19") + ;; se212-f19 + ("subject" "SE\\s-?212" "course.se463-s19") + (from "SE\\s-?212" "course.se463-s19") ;; catch-all "INBOX"))) (nnimap "csc" |