Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: Splitting mail over groups with different select methods
Date: 21 Oct 1999 18:45:57 +0200	[thread overview]
Message-ID: <vafaepcr7ay.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Jaap-Henk Hoepman's message of "21 Oct 1999 16:19:35 +0200"

Jaap-Henk Hoepman <hoepman@cs.utwente.nl> writes:

> How can I split mail over groups with different select methods?

There is no built-in functionality in Gnus for doing this.  One way to
do it is as follows:  Suppose you want to split incoming mail into the
`nnml+work' and `nnml+play' backends.  Then, you could do the
following:

  - Define the split methods to put all play mail into a special
    group, say nnml+work:play-incoming.
  - Write a function which does the following:
    . Enter group nnml+work:play-incoming
    . Temporarily set the split method to be appropriate for your play
      mail
    . Process-mark all articles
    . Call gnus-summary-respool-article on all articles, passing nil
      as the number of articles and the right select method as METHOD.
  - Call that function.

I think this would work.  It is a little inconvenient, though.
kai
-- 
Life is hard and then you die.


      reply	other threads:[~1999-10-21 16:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-21 14:19 Jaap-Henk Hoepman
1999-10-21 16:45 ` Kai Großjohann [this message]

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=vafaepcr7ay.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).