Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: Ideas for .no Gnus
Date: Fri, 02 May 2003 21:50:24 -0400	[thread overview]
Message-ID: <4nhe8cssrj.fsf@lockgroove.bwh.harvard.edu> (raw)
In-Reply-To: <u8ytpvybg.fsf@hschmi22.userfqdn.rz-online.de> (Frank Schmitt's message of "Fri, 02 May 2003 23:22:11 +0200")

On Fri, 02 May 2003, usereplyto@Frank-Schmitt.net wrote:
> *themes*: It would be quite cool if people could export their
>  settings for the various ...-line-format variables (especially
>  gnus-summary-line-format) to a file so they can easily exchange
>  them, Gnus could also include some predefined sets (e.g. classic,
>  slrn-like, table-format...)

Are all those variables called *-format?  Is there a canonical list in
Gnus somewhere?

> *configuration wizard*: This one is AFAIK already quite high in the
>  todo list of Larsi, my idea would be short questions in the
>  minibuffer and an explanation of what the user is supposed to
>  answer in the active buffer, but there are probably other, better
>  ways of implementing it.

I would love to see this.  Configuring the spam.el features is very
hard for a beginner, so I'll definitely contribute to the wizards'
code and testing when their design solidifies.  I think the design and
configuration format were discussed on the ding list not too long ago.

> *images in summary buffer* It would be nice, if it was possible to
>  use small images instead of characters for the different marks in
>  summary buffer.

I like this idea!

> *cache of seen message-ids* Discussed some threads above: Some
>  solution which helps synchronizing .newsrc between two Gnus which
>  read news from different servers would help all those who read
>  e.g. at home from a Leafnode and at work from some other news
>  server.

gnus-registry.el keeps track of all seen message IDs automatically for
you, both by tracking message move/delete/copy/spool actions, and by
registering messages whenever it enters a group.  It does this by
keeping a hashtable for fast access, converted to an alist when it's
saved to the .newsrc.eld as gnus-registry-alist.  Currently only the
group name(s) for the article is kept, but there is room for arbitrary
extra data *associated with the message ID*.  Unfortunately the alist
grows quickly, so maybe I will move gnus-registry-alist to a file
separate from .newsrc.eld.

I just finished the gnus-registry.el basic work, and now I'm about to
start using it for tracking message processing with spam.el.  There's
no problem with hooking into the registry for tracking other message
data, but check with me since I want to keep the API consistent.

Thanks
Ted



  parent reply	other threads:[~2003-05-03  1:50 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-02 21:22 Frank Schmitt
2003-05-02 23:48 ` Josh Huber
2003-05-08  9:23   ` Mike Woolley
2003-05-03  0:12 ` IMAP partial fetch (was Re: Ideas for .no Gnus) Zack Weinberg
2003-05-03  0:23   ` IMAP partial fetch Jody Klymak
2003-05-03  2:46   ` Lloyd Zusman
2003-05-03 16:59     ` Kai Großjohann
2003-05-07 20:42   ` Steinar Bang
2003-05-03  1:36 ` Ideas for .no Gnus Richard Hoskins
2003-05-03  5:02   ` Nevin Kapur
2003-05-12  0:03   ` Steve Youngs
2003-05-12  4:27     ` A.J. Rossini
2003-05-12  5:01     ` Richard Hoskins
2003-05-03  1:50 ` Ted Zlatanov [this message]
2003-05-03  2:29 ` A different spam model, which might be possible already (was Re: Ideas for .no Gnus) Zack Weinberg
2003-05-03 11:30   ` A different spam model, which might be possible already Ted Zlatanov
2003-05-04 16:39     ` Zack Weinberg
2003-05-04 22:32       ` Ted Zlatanov
2003-05-03 13:47   ` Andrew J. Korty
     [not found]   ` <m2llxo2lc3.fsf@ajk.local.>
2003-05-04 22:37     ` Ted Zlatanov
2003-05-03 17:13 ` Ideas for .no Gnus Kai Großjohann
2003-05-04 16:38   ` Lars Magne Ingebrigtsen
2003-05-05 13:17   ` Andreas Fuchs
2003-05-11 22:36   ` Alex Schroeder
2003-05-04  0:47 ` Nicer buttons (was: Ideas for .no Gnus) Jesper Harder
2003-05-04 13:59   ` Nicer buttons Julien Avarre
2003-05-04 14:15     ` luis fernandes
2003-05-04 14:52       ` Julien Avarre
2003-05-04 15:00       ` Jesper Harder
2003-05-05 17:23         ` luis fernandes
2003-05-04 16:41 ` Ideas for .no Gnus Lars Magne Ingebrigtsen
2003-05-05 13:12 ` Andreas Fuchs
2003-05-05 14:49   ` Kai Großjohann

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=4nhe8cssrj.fsf@lockgroove.bwh.harvard.edu \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.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).