Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: ding@gnus.org
Subject: Re: Default action when splitting
Date: Thu, 11 Aug 2011 09:05:32 +0200	[thread overview]
Message-ID: <87liv0ig1v.fsf@free.fr> (raw)
In-Reply-To: <m2sjp9b50j.fsf@igel.home>

Andreas Schwab <schwab@linux-m68k.org> writes:

>> ,----
>> | (setq gnus-secondary-select-methods
>> |       '(
>> | 	(nnimap "free"
>> | 		(nnimap-address "imap.free.fr")
>> | 		(nnimap-authentificator "j.cubizolles")
>> | 		(nnimap-authinfo-file "~/.authinfo")
>> | 		(nnimap-inbox "INBOX")
>> | 		(nnimap-split-predicate "UNDELETED UNSEEN")
>> | 		(nnimap-split-methods
>> | 		 '(| (: gnus-registry-split-fancy-with-parent)
>
> You have an extra quote here.

I changed it to the following, where every split except the default one
is removed.
,----
| (setq gnus-secondary-select-methods
|       '(
| 	(nnimap "free"
| 		(nnimap-address "imap.free.fr")
| 		(nnimap-authentificator "j.cubizolles")
| 		(nnimap-authinfo-file "~/.authinfo")
| 		(nnimap-inbox "INBOX")
|               (nnimap-unsplittable-articles (%Deleted %Seen))
| 		(nnimap-split-methods
| 		 (| 
| 		     ))
| 		)
| 	)
| )
`----

All mail is still splitted to a mail.misc folder on the IMAP server,
which gnus recreates if I remove it. If I just comment the
nnimap-split-methods part, no splitting occurs. Somehow, this syntax
activate the splitting but without setting any rule...

Julien, at a loss for hours on this one.






  reply	other threads:[~2011-08-11  7:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-28 16:30 Vincent Beffara
2011-06-30  2:30 ` Lars Magne Ingebrigtsen
2011-06-30  7:32   ` Vincent Beffara
2011-08-09 23:27   ` Julien Cubizolles
2011-08-10 16:33     ` Andreas Schwab
2011-08-11  7:05       ` Julien Cubizolles [this message]
2011-08-18  0:26         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87liv0ig1v.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).