Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Grayson <pgrayson+ding@ks.uiuc.edu>
Subject: can back end keep track of *all* group info?
Date: 21 Dec 2001 23:50:57 -0600	[thread overview]
Message-ID: <kg6ellnx0ou.fsf@lisboa.ks.uiuc.edu> (raw)

I'm writing a simple server that will allow me to access a huge
maildir (10,000+ messages).  I split the messages virtually - my
server applies splitting rules *while* you browse through your mail. 

My server keeps track of marks, and could report the number of
unread/flagged messages in each group for display in the *Group*
buffer.  I don't want my server to count the total number of messages
in a group - that will take too long - and I want to avoid the nnimap
problem of always having the unread/flagged count out of sync with the
server.

I love everything Gnus does, and really want to use it as a front end
to this server - is there any way to write it a back end?  I've
experimented a little, and it seems that Gnus generally requests much
more information than it uses, but checks too rarely (with, for
example, nnchoke-request-update-info) to keep the information
up-to-date.  Is there any way to trick Gnus into letting the server
keep track of everything, or would it mean rewriting a significant
part of the front end?  Are there any plans for allowing this in the
future?

If I don't want to rewrite parts of Gnus, is it possible to write my
own group-browsing mode and connect it to the Gnus summary mode?

If you think this is not worth the work, is there any other email
back end that lets you instantly re-split tens of thousands of
messages?

Thanks!
-Paul



             reply	other threads:[~2001-12-22  5:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-22  5:50 Paul Grayson [this message]
2001-12-22 12:20 ` Simon Josefsson
2001-12-24 18:57   ` Paul Grayson
2001-12-24 22:51     ` Simon Josefsson
2001-12-26 16:54       ` Paul Grayson
2001-12-26 18:17         ` Simon Josefsson
2001-12-22 21:02 ` Kai Großjohann
2001-12-22 22:32   ` Simon Josefsson
2001-12-23 10:19     ` Kai Großjohann
2001-12-23 22:18     ` Paul Jarc
2001-12-23 22:25 ` Paul Jarc

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=kg6ellnx0ou.fsf@lisboa.ks.uiuc.edu \
    --to=pgrayson+ding@ks.uiuc.edu \
    /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).