Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: mail splitting to another backend
Date: Fri, 18 Apr 2003 10:56:15 +0200	[thread overview]
Message-ID: <ilu7k9snpzk.fsf@latte.josefsson.org> (raw)
In-Reply-To: <4n8yu8euvx.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Thu, 17 Apr 2003 16:22:58 -0400")

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Thu, 17 Apr 2003, jas@extundo.com wrote:
>> You can use an IMAP mail-source and split from it into nnml.
>
> How?  Using "nnml+private:mail" inside nnimap-split-fancy didn't work,
> for instance (it created an IMAP folder with that name).

(setq mail-sources
      '(imap :server "mail.example.org" :predicate "1:*" :mailbox "INBOX.tonnml"))

This would fetch all messages from INBOX.tonnml and split them using
nnmail, and there you should be able to split the into nnml.

>> Perhaps a directory mail-source handles the other direction.
>
> I tested directing the nnmail split to nnimap, and that failed as
> well (creating a directory under ~/Mail with the "nnimap+..." name).

I take back my idea -- nnimap cannot split mail from mail-sources,
only from a IMAP mailbox.  This is probably not very difficult to fix,
though.  Just replace the part that fetches mail from the INBOX,
before it is splitted, with some code that gets mail from a
mail-source.  But to not interfer with normal mail-sources, I think
this would mean adding a nnimap-mail-sources.




  parent reply	other threads:[~2003-04-18  8:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-17 16:59 Ted Zlatanov
2003-04-17 18:56 ` Paul Jarc
2003-04-17 19:09   ` Ted Zlatanov
2003-04-17 19:53     ` Paul Jarc
2003-04-17 19:41 ` Simon Josefsson
2003-04-17 20:22   ` Ted Zlatanov
2003-04-17 20:31     ` Paul Jarc
2003-04-18  8:56     ` Simon Josefsson [this message]
2003-04-18 10:06       ` Kai Großjohann
2003-04-18 21:33         ` server parameter vs. server variable (was: mail splitting to another backend) Reiner Steib
2003-04-18 23:03           ` server parameter vs. server variable Paul Jarc
2003-04-20 14:35           ` Kai Großjohann
2003-04-20 15:11             ` Jesper Harder
2003-04-21 20:23               ` texinfo markup fixes (was: server parameter vs. server variable) Reiner Steib
2003-04-21 22:05                 ` texinfo markup fixes Jesper Harder
2003-04-22  0:31                   ` François Pinard
2003-04-22  0:36                     ` Jesper Harder
2003-04-22  0:53                       ` François Pinard
2003-04-18 17:12       ` mail splitting to another backend Ted Zlatanov
2003-04-18 22:48         ` Paul Jarc
2003-04-18 23:00           ` Ted Zlatanov
2003-04-27  3:09             ` Lars Magne Ingebrigtsen
2003-04-29 18:42               ` Ted Zlatanov
2003-05-01  6:55                 ` 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=ilu7k9snpzk.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /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).