Giter Site home page Giter Site logo

Comments (3)

deusmax avatar deusmax commented on July 22, 2024

I don't really think gnus-registry is an alternative to gnus-recent.
I think there are many similarities in trying to track the article locations. Indeed they use similar methods of using much the same hooks provided by gnus to accomplish this.
The difference is that gnus-registry tries to get all the articles (during spooling) that bloats it up and slows it down. It also tries to do other (grand) things, like article splitting etc. that are probably not relevant much today .
In addition, gnus-registry lacks a user interface, so the user doesn't know what to do with it.

I feel that gnus-registry can provide some good ideas to gnus-recent. To build a gnus-recent-like interface on top of gnus-registry, will carry its bloat too (and may have other complications).

As for the gnus-bookmarks data format, it probably does have some advantages.

from gnus-recent.

deusmax avatar deusmax commented on July 22, 2024

The "featuretrack" branch on my repo, where I' trying some ideas discussed before.. The format of the gnus-recent--articles-list is changed to an assoc list.

The main new things are:

  • all operations (add, update, delete) are based on the message-id and are much more reliable.
  • display gnus group by default.
  • display the To, Cc fields, by cycling with M-<up>
  • forget articles without quitting using the C-j (helm persistent action key)
  • rudimentary read, write of the gnus-recent-articles-list data to file. Rudimentary because the write is user activated. Persistence is now possible if desired.
  • having the To, Cc fields, can interact with bbdb (todo).

As I'm a helm user, the above are implemented on the helm interface.

from gnus-recent.

unhammer avatar unhammer commented on July 22, 2024

I don't really think gnus-registry is an alternative to gnus-recent.

I'll close this then.

The "featuretrack" branch on my repo

which I guess is what turned into https://github.com/deusmax/gnus-notes =D

from gnus-recent.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.