diff options
Diffstat (limited to '')
| -rw-r--r-- | lisp/bandali-gnus.el | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/bandali-gnus.el b/lisp/bandali-gnus.el index 88b05bd..d5231c2 100644 --- a/lisp/bandali-gnus.el +++ b/lisp/bandali-gnus.el @@ -70,6 +70,8 @@               (nnimap-split-fancy (|                                    ;; (: gnus-registry-split-fancy-with-parent)                                    ;; (: gnus-group-split-fancy "INBOX" t "INBOX") +                                  ;; keep debbugs emails in INBOX +                                  (list ".*<\\(.*\\)\\.debbugs\\.gnu\\.org>.*" "INBOX")                                    ;; gnu                                    (list ".*<\\(.*\\)\\.\\(non\\)?gnu\\.org>.*" "l.\\1")                                    ;; gnus  | 
