From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3214 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: variables for `nnimap-split-fancy' Date: Wed, 26 Nov 2003 00:13:56 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669392 18047 80.91.229.2 (31 Jan 2006 01:03:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:03:12 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:52 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: fnatte.nada.kth.se Original-X-Trace: quimby.gnus.org 1069802038 28948 130.237.226.103 (25 Nov 2003 23:13:58 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 25 Nov 2003 23:13:58 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:U7uaIH9ZLZMOtwvwdRlP7tDN49o= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3355 Original-Lines: 16 X-Gnus-Article-Number: 3355 Tue Jan 17 17:31:52 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3214 Archived-At: Roland Roberts writes: > The Gnus docs say you can set nnimap-split-rule to nnmail-split-fancy > to use the same rule as you did for nnmail. That's a nice option when > converting, but it has a couple of problems. First, the nnmail groups > all sit beneath an implied tree but, depending on your imap server, > the nnimap groups may not (mine don't) and I can't find how to set an > implied prefix for nnimap groups. Second, there is no mention of > auxiliary variables; with nnmail, I have several items added to > nnmail-split-abbrev-alist. Is there an equivalent for nnimap? > Currently, I just added a (require "nnmail") and use my old > nnmail-split-abbrev-alist settings. I think nnimap simply call nnmail-spliy-fancy, so it should use all the same nnmail variables automatically. But I don't use fancy splitting myself.