Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
Subject: Re: Gnus sen mail problem from Ubuntu PC
Date: Mon, 22 Jan 2007 14:22:37 +0100	[thread overview]
Message-ID: <87ejpnkxgi.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <87k5zfcx9w.fsf@es.aau.dk>

Torben Knudsen <tk@es.aau.dk> writes:

Hi Torben,

> I remember last I used gnus two years ago I save the mails i needed by
> moving them to groups by names like "nnimap+AUC:ARC.private".  I find
> this a bit strange and I can't figure out how to move these files to a
> subdirectory so they all clutter my root directory.

You want to split incoming mail into different groups, if I get you
right. Well, then it depends on how you fetch the incoming mail: If you
fetch it with POP3 or from the local spool (anything set in
`mail-sources'), see

,----[ (info "(gnus)Splitting Mail") ]
| The `nnmail-split-methods' variable says how the incoming mail is to
| be split into groups.
| 
|      (setq nnmail-split-methods
|        '(("mail.junk" "^From:.*Lars Ingebrigtsen")
|          ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
|          ("mail.other" "")))
`----

and

,----[ (info "(gnus)Fancy Mail Splitting") ]
| If the rather simple, standard method for specifying how to split mail
| doesn't allow you to do what you want, you can set
| `nnmail-split-methods' to `nnmail-split-fancy'.  Then you can play
| with the `nnmail-split-fancy' variable.
`----

If you store your mail on an IMAP server, you can split mail like it's
described in

,----[ (info "(gnus)Splitting in IMAP") ]
| Splitting is something Gnus users have loved and used for years, and
| now the rest of the world is catching up.  Yeah, dream on, not many
| IMAP servers have server side splitting and those that have splitting
| seem to use some non-standard protocol.  This means that IMAP support
| for Gnus has to do its own splitting.
`----

But for IMAP you can use Sieve [1]. This has the advantage that
splitting is done on the server side, thus removing the dependency on
Gnus. So you can log into the mail providers web interface and still
your mail will be split correctly.

Bye,
Tassilo

Footnotes: 
[1] http://en.wikipedia.org/wiki/Sieve_(mail_filtering_language)
-- 
A morning without coffee is like something without something else.

  reply	other threads:[~2007-01-22 13:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-19 10:36 Torben Knudsen
2007-01-19 10:50 ` Tassilo Horn
2007-01-19 10:59 ` Torben Knudsen
2007-01-19  8:34   ` Jeff Bopp
2007-01-19 13:42   ` Tassilo Horn
2007-01-22  7:53     ` Torben Knudsen
2007-01-22 13:22       ` Tassilo Horn [this message]
2007-01-23  3:26       ` Hadron

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=87ejpnkxgi.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.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).