[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNUS gnus-group-split .. my sorting is bad.
From: |
Nils Gillmann |
Subject: |
GNUS gnus-group-split .. my sorting is bad. |
Date: |
Wed, 24 Feb 2016 20:57:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
I have a GNUS related question on mail-splitting.
There are many lists I follow, and with the sorting method I
picked at some time, I now get email which is CC'ed or in any
other way directed to more than one list I follow into one list
folder only. This is not what I want. I think my way to think
about sorting mail could be challenged with some input from
others.
partial quote from .gnus.el (I spare you the 70+ single entries
of mailinglists)
;; next version of splitting
;; in .emacs/init.el: '(nnmail-split-methods (quote gnus-group-split))
(setq nnmail-split-methods
'(
;;; --- LISTS ---
;; GNU/Emacs
("ml.gnu.emacs.emacs-bug"
"^\\(From:\\|To:\\|Reply-To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(bug-gnu-emacs\\|bug-gnu-emacs-request\\|bug-gnu-emacs-confirm\\)@gnu\\.org")
("ml.gnu.emacs.emacs-info"
"^\\(From:\\|Reply-To:\\|To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(info-gnu-emacs\\|info-gnu-emacs-request\\|info-gnu-emacs-confirm\\)@gnu\\.org")
("ml.gnu.emacs.emacs-help"
"^\\(From:\\|To:\\|Reply-To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(help-gnu-emacs\\|help-gnu-emacs-request\\|help-gnu-emacs-confirm\\)@gnu\\.org")
("ml.gnu.emacs.emacs-devel"
"^\\(From:\\|To:\\|Reply-To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*emacs-devel@gnu\\.org")
("ml.gnu.emacs.erc-discuss"
"^\\(From:\\|To:\\|Reply-To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*erc-discuss@gnu\\.org")
;;; --GUIX (help-guix@gnu.org bug-guix@gnu.org guix-commits@gnu.org)
("ml.gnu.guix.help-guix"
"^\\(From:\\|Reply-To:\\|To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(help-guix\\|help-guix-request\\|help-guix-bounces\\)@gnu\\.org")
("ml.gnu.guix.bug-guix"
"^\\(From:\\|Reply-To:\\|To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(bug-guix\\|bug-guix-request\\|bug-guix-bounces\\)@gnu\\.org")
("ml.gnu.guix.bug-guix"
"^\\(From:\\|Reply-To:\\|To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*debbugs\\.gnu\\.org")
("ml.gnu.guix.guix-devel"
"^\\(From:\\|Reply-To:\\|To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(guix-devel\\|guix-devel-request\\|guix-devel-bounces\\)@gnu\\.org")
("ml.gnu.guix.guix-commits"
"^\\(From:\\|Reply-To:\\|To:\\|Cc:\\|CC:\\|Resent\\|X-BeenThere:\\).*\\(guix-commits\\|guix-commits-request\\|guix-commits-bounces\\)@gnu\\.org")))
to pick some not so nice lines, the basic structure is all like
this, From Reply-To To Cc CC Resent X-BeenThere
What is it I could take out or completely redo to get the mail
splitting work as I want it to do?
thanks,
--
ng
irc://loupsycedyglgamf.onion:67/~NiAsterisk
http://loupsycedyglgamf.onion/NiAsterisk/
torify telnet loupsycedyglgamf.onion
- GNUS gnus-group-split .. my sorting is bad.,
Nils Gillmann <=