Gnus development mailing list
 help / color / mirror / Atom feed
From: bromley@lavabit.com
To: ding@gnus.org
Subject: Re: Getting started: splitting mail, SMIME, local copies
Date: Mon, 17 Dec 2012 08:02:43 -0500 (EST)	[thread overview]
Message-ID: <58447.94.23.148.23.1355749363.squirrel@lavabit.com> (raw)
In-Reply-To: <87k3shvrja.fsf@topper.koldfront.dk>

> If you don't have a news server called "news" on your network, you'll
> probably want to set your primary server to be nnnil, like so:
>
>  (setq gnus-select-method '(nnnil ""))

That's great, but gnus won't connect to the IMAP server if I set the
above. How can I initialize a connection?

> Configure splitting or fancy splitting:

>  * http://gnus.org/manual/gnus_177.html
>  * http://gnus.org/manual/gnus_184.html

Thanks for the links, but I've already seen them.

These links show how splitting works using various backends as
examples (e.g. nnml, nnimap), but I'm using
(setq gnus-select-method '(nnnil "")) and
(setq mail-sources '((imap ...))). There are no such examples.

Should I use nnml-split-methods? Should I use nnnil-split-methods?
(Does it exist?)

Also it's hard to understand those examples. They are too complex.

I've tried the following:

1. Changed (setq gnus-select-method '(nnnil "")) to
(setq gnus-select-method '(nnml "")). (Because nnnil isn't documented.)

2. Added

(nnml-split-methods nnml-split-fancy)
(nnml-split-fancy
 (| (from "some-list@example.com"
          "some-list")
    "INBOX"))

It raised "byte-code: Error in ~/.gnus: nnml-split-methods".

Could you show how to do it?





  reply	other threads:[~2012-12-17 13:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 20:03 bromley
2012-12-11 20:31 ` Burton Samograd
2012-12-12  7:04   ` Matt Ford
2012-12-16 13:00   ` bromley
2012-12-16 13:17     ` Adam Sjøgren
2012-12-16 17:10       ` bromley
2012-12-16 17:24         ` Adam Sjøgren
2012-12-17 13:02           ` bromley [this message]
2012-12-17 16:28             ` Adam Sjøgren
2012-12-18 20:57               ` bromley
2012-12-18 20:59                 ` Adam Sjøgren
2012-12-12  8:54 ` Alberto Luaces

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=58447.94.23.148.23.1355749363.squirrel@lavabit.com \
    --to=bromley@lavabit.com \
    --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).