Gnus development mailing list
 help / color / mirror / Atom feed
From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen)
Subject: Re: performance respooling articles in nnmbox or nnbabyl
Date: 18 Mar 1996 17:18:33 +0100	[thread overview]
Message-ID: <x6u3zmsdzn.fsf@eyesore.no> (raw)
In-Reply-To: gsstark@mit.edu's message of 17 Mar 1996 13:27:01 -0500

gsstark@mit.edu (Greg Stark) writes:

> I think a reasonable solution to this would be to have an optional 
> nnchoke-request-move-articles that took an assoc list of article 
> numbers and groups to move them to.  Only backends for which this 
> allowed a more efficient implementation would provide this function.
> For nnmbox and nnbabyl -request-move-articles could store all the
> moved articles in a temporary buffer and insert them all at the end
> of the operation.

That wouldn't be too much work, actually.  It could even be done
without adding an extra backend interface function.

For each article:

1)  Request the article; put it in a temp buffer; clean it up to
remove all old Gnusey headers.

2)  Delete the article.

Then we'd have one temp buffer with all the "removed" articles, and
one could just point `nnchoke-request-scan' to that buffer/file to
pretend that it's an incoming spool and run it through the split
methods.

Hmn.  This would lose all article marks, though.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


  reply	other threads:[~1996-03-18 16:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-16  1:30 Greg Stark
1996-03-16  9:58 ` Lars Magne Ingebrigtsen
1996-03-17 18:27   ` Greg Stark
1996-03-18 16:18     ` Lars Magne Ingebrigtsen [this message]
1996-03-17 18:39   ` Greg Stark
1996-03-18 16:18     ` Lars Magne Ingebrigtsen
1996-03-18 17:40       ` Greg Stark
1996-03-18 22:10         ` 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=x6u3zmsdzn.fsf@eyesore.no \
    --to=larsi@ifi.uio.no \
    /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).