Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: Imap split, does not work (of course)
Date: Mon, 31 Jan 2011 17:32:05 -0800	[thread overview]
Message-ID: <87r5bsleui.fsf@gnus.org> (raw)
In-Reply-To: <m2ei7src26.fsf@gmail.com>

Francis Moreau <francis.moro@gmail.com> writes:

> (setq gnus-secondary-select-methods
>       '((nnimap "gmail"
> 	(nnimap-inbox "nnimap+gmail:INBOX")
> 	(nnimap-address "imap.gmail.com")
> 	(nnimap-server-port 993)
> 	(nnimap-stream ssl)
> 	(nnimap-authinfo-file "~/.authinfo")
> 	(nnir-search-engine imap)
> 	(nnimap-split-methods
> 	 (("INBOX.toto" ""))))))

Let's indent and edit out all the obviously superfluous and unused slots
first:

(setq gnus-secondary-select-methods
      '((nnimap "gmail"
                 (nnimap-inbox "nnimap+gmail:INBOX")
                 (nnimap-address "imap.gmail.com")
                 (nnimap-split-methods
                  (("INBOX.toto" ""))))))

Ok, that should be sufficient.

Then let's fix it up:

(setq gnus-secondary-select-methods
      '((nnimap "gmail"
                 (nnimap-inbox "INBOX")
                 (nnimap-address "imap.gmail.com")
                 (nnimap-split-methods
                  (("INBOX.toto" ""))))))

But now I have to ask you: What did you mean to express by saying:

(nnimap-split-methods
 (("INBOX.toto" "")))

I'm really curious. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




  parent reply	other threads:[~2011-02-01  1:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-31 21:35 Francis Moreau
2011-01-31 21:43 ` Richard Riley
2011-02-01  1:32 ` Lars Ingebrigtsen [this message]
2011-02-01  2:16   ` Poll time: IMAP client-side default match (was: Imap split, does not work (of course)) Lars Ingebrigtsen
2011-02-01  9:25     ` Poll time: IMAP client-side default match Rupert Swarbrick
2011-02-01 10:10       ` Lars Ingebrigtsen
2011-02-01  7:34   ` Imap split, does not work (of course) Francis Moreau
2011-02-01  8:04     ` Richard Riley
2011-02-01  8:27       ` Francis Moreau
2011-02-02  8:04       ` Francis Moreau
2011-02-01 19:21     ` Francis Moreau
2011-02-02  7:08       ` Eric S Fraga
2011-02-02 11:25         ` Richard Riley
2011-02-03  0:13           ` Michael Welsh Duggan
2011-02-03  8:47             ` Steinar Bang
2011-02-03 11:59               ` Richard Riley

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=87r5bsleui.fsf@gnus.org \
    --to=larsi@gnus.org \
    --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).