Daniel Dehennin writes: > Hello, > > I use a little patch[1] since years to split groups not only on group > parameters from “newsrc” but from “gnus-parameters” too. > > I found the later easier to manage. > > Following is my pull request, if you want it. Hello, I rebase my patch[1] on latest master and use Gnus utility function “gnus-group-find-parameter” instead of defining a useless new one. Regards. Here is my pull request. The following changes since commit 934f25f8d8801afe315722fd0b0b4ea14bcb1534: Make split tracing work in nnimap groups, too (2013-12-26 17:39:39 +0100) are available in the git repository at: git://git.baby-gnu.net/gnus.git tags/feature/use-gnus-parameters-in-gnus-group-split-fancy for you to fetch changes up to a33cd267a99c690416b290beb3c37a3e65e19a15: Use `gnus-parameters' in `gnus-group-split-fancy' (2013-12-28 02:16:11 +0100) ---------------------------------------------------------------- Group splitting does not use “gnus-parameters” This version of the patch use “gnus-group-find-parameter” to get parameters from “newsrc” and from “gnus-parameters”. ---------------------------------------------------------------- Daniel Dehennin (1): Use `gnus-parameters' in `gnus-group-split-fancy' lisp/gnus-mlspl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-mlspl.el b/lisp/gnus-mlspl.el index 3947c67..0470e5e 100644 --- a/lisp/gnus-mlspl.el +++ b/lisp/gnus-mlspl.el @@ -149,8 +149,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: (let* ((newsrc (cdr gnus-newsrc-alist)) split) (dolist (info newsrc) - (let ((group (gnus-info-group info)) - (params (gnus-info-params info))) + (let* ((group (gnus-info-group info)) + (params (gnus-group-find-parameter group))) ;; For all GROUPs that match the specified GROUPS (when (or (not groups) (and (listp groups) Footnotes: [1] http://git.baby-gnu.net/gitweb/gitweb.cgi?p=gnus.git;a=tag;h=refs/tags/feature/use-gnus-parameters-in-gnus-group-split-fancy -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF