29 Sep
2003
29 Sep
'03
4:15 p.m.
On Mon, 2003-09-29 at 15:16, Bernard Blackham wrote:
I noticed that Dovecot uses the opposite flags for marking messages as deleted and draft to most other MUAs I've seen or used:
With PINE, mutt and uw-imapd at least, messages are marked with X-Status 'D' for Deleted, and 'T' for drafT. Dovecot reverses this behaviour, using 'D' for Draft, and 'T' for Trashed.
Was there any reason behind this?
Maildir uses T for Trash, D for Draft. I didn't notice that mbox does it differently.
Attached is a patch that reverses this behaviour (prepared against 0.99.10 but applies with a little fuzz to cvs). I'd like to hear people's comments on the issue... is it just me? :)
Thanks, committed to CVS after I removed the maildir changes.