Using MailDir as a Backend for Gnus
Asked Answered
I

5

7

I am using offlineimap to sync my gmail account to a locak maildir, then using gnus to read that directory everything is fine but gnus uses its own flags for marking read unread status of messages and they are not synced back to gmail. is there a way to force gnus to use standart maildir flags?

Isochronal answered 6/4, 2010 at 18:24 Comment(0)
G
1

AFAIK, the situation has not improved about nnmaildir and gnus since this.

For this exact situation, I'm now using mutt, setting Emacs as its editor.

Gretagretal answered 6/4, 2010 at 19:12 Comment(0)
F
7

I use offlineimap and dovecot to download and serve my mail locally. I also use GNUS. Getting dovecot to work kept me from using GNUS for quite a while since GNUS's support for maildir is so lousy. This is what I needed to make dovecot work:

mail_location = maildir:~/Mail:LAYOUT=fs:INBOX=~/Mail/INBOX

One of the really nice parts of my solution is that I have a real and working offline sync, so that when the network is unavailable (approximate 80% of the time while on campus) I still can check and sort my mail.

Friedafriedberg answered 12/12, 2010 at 14:50 Comment(0)
G
6

This has been fixed in nnmaildir in Gnus trunk as of 2012-09-05. The fix appeared in the Gnus version released with Emacs 24.3.

Gwendolyngweneth answered 3/5, 2013 at 17:17 Comment(2)
your blog entry mentioned some issues with gnus when handling maildirs with tens of thousands of messages. The blog entry was from a couple years ago. Have things changed since?Pyrazole
No, I haven't worked on that since then. I ended up writing my own IMAP client instead. (It's mostly functional, but still missing a lot of expected features.)Gwendolyngweneth
B
2

A solution is to use a local imap server (as dovecot) to look at your maildir, and to use gnus to access to this imap server.

Boole answered 6/4, 2010 at 21:9 Comment(0)
W
1

Here is everything the official manual has to say about maildirs and GNUS - I personally couldn't find there what you're looking for, but then again I'm a mew user, maybe you'll notice something I didn't. I hear, though, that Wanderlust has the best maildir support of all the Emacs mail readers.

Wyman answered 6/4, 2010 at 18:38 Comment(0)
G
1

AFAIK, the situation has not improved about nnmaildir and gnus since this.

For this exact situation, I'm now using mutt, setting Emacs as its editor.

Gretagretal answered 6/4, 2010 at 19:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.