On 2002-02-04 08:51:17 -0800, Michael Elkins wrote: >You have to remember that Mutt supports more than just the Maildir >format. Most of the higher level functions are completely unaware >of what type of mailbox they are operating on because of the >mailbox abstraction layer. Adding special circumstances code here >and there tends to make for more unmaintainable code, so we tend >not to do things that depend on one particular mailbox type unless >absolutely necessary.
Mutt assumes throughout the maildir synchronization code (in particular the new one ;-) that a file in a maildir folder does not change its content during a mutt session. Just editing such files is, for this reason, not a good idea. Also, for any mailbox type, the way things are now provides users with a very cheap "undo" function. Just undelete the original message, and delete the new one. I consider this a feature. -- Thomas Roessler <[EMAIL PROTECTED]>