|
|
|
|
|
by nextos
2895 days ago
|
|
This is a great setup. I used to have the same configuration, but ended up replacing Gnus with Notmuch. I'm far from a Gnus guru, so perhaps I'm missing something, but why do you prefer Gnus to Notmuch or Mu4e? IMHO Notmuch has a very clear MUA model. Plus it's extremely fast and simple. Everything is done via tags. Notmuch never ever touches your email. This is the task of a backend, which has to translate tag changes into Mailbox actions. I do this using a few trivial Bash one-liners, which accommodate for Gmail's unusual IMAP implementation. Mu4e is more similar to Mutt, as it does touch email directly, allowing you to move emails across folders or delete them. I also found the interface a little bit less snappy than Notmuch. Gnus has some great ideas, but it's quite slow and the internals are a mess. It needs some serious refactoring. |
|
Tbh, I just haven't researched other things and I haven't had the time. But Gnus does seem to fit well how I organize my mail: I subscribe to a lot of mailing lists, each of which are filtered into their own folders via Sieve scripts, before they touch my MUA. I also organize normal mail similarly.