Gnus development mailing list
 help / color / mirror / Atom feed
* nnmaildir and info flags
@ 2003-12-05  3:46 Bijan Soleymani
  2003-12-05  3:56 ` Bijan Soleymani
  0 siblings, 1 reply; 10+ messages in thread
From: Bijan Soleymani @ 2003-12-05  3:46 UTC (permalink / raw)


[-- Attachment #1: Type: TEXT/PLAIN, Size: 880 bytes --]

Hi everyone,

Other MUAs (mutt, courier-imap) store certain information about the
status of messages in the filename. Basically they add an S to the end
of the message if it has been seen, R if it has been replied,
etc.

This is all decribed at:
http://cr.yp.to/proto/maildir.html

Gnus doesn't use these flags. So if you use gnus to read mails in a
maildir and then access the same mail in mutt, the mails will appear
to be unread. If you had read them in mutt first mutt will add the S
(seen) flag, but gnus ignores it and the message would still appear to
be unread.

To fix this I've made a little perl script (~= 100 lines) for myself
that syncs the two. It looks at gnus's marks and adds flags to the
messages, then it looks at the messages' flags and adds gnus marks.

The ideal solution would be to have gnus add the marks directly. I
don't enough lisp to pull this off.


[-- Attachment #2: syncs maildir status between gnus and other MUAs --]
[-- Type: application/x-perl, Size: 2457 bytes --]

[-- Attachment #3: Type: TEXT/PLAIN, Size: 67 bytes --]


Bijan
-- 
Bijan Soleymani <bijan@psq.com>
http://www.crasseux.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-02-25 23:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-05  3:46 nnmaildir and info flags Bijan Soleymani
2003-12-05  3:56 ` Bijan Soleymani
2004-02-12 17:20   ` Bijan Soleymani
2004-02-12 23:23     ` Paul Jarc
2004-02-14 18:36       ` James Leifer
2004-02-14 18:57         ` Paul Jarc
2004-02-25 20:15       ` Thomas Schwinge
2004-02-25 20:43         ` Paul Jarc
2004-02-25 23:25           ` Thomas Schwinge
2004-02-25 23:48             ` Paul Jarc

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).