From 5b8a18a4bfc31a2d916806fdb4b753124ae49e95 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 21 Aug 2019 18:49:37 -0400 Subject: [PATCH] emacs: gnus: adapt se463-s19 regexp to se212-f19 --- .emacs.d/init.el | 6 +++--- 1 file 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" -- 2.20.1