On Mon, Aug 10, 2009 at 04:44:57PM +0200, Michael Tatge wrote: > * On Mon, Aug 10, 2009 09:23AM -0400 Marc Vaillant > * (vaill...@fastmail.fm) muttered: > > there is no automatic way to execute "$". i.e. save changes to > > mailbox. This is particularly a problem for IMAP because losing your > > internet connection (e.g. sleeping your laptop) usually means losing > > mailbox changes. > > No, there isn't. And that's a good thing (TM). I don't want messages to > be auto deleted.
which may suggest that that sync-mailbox isn't properly abstracted. Perhaps you should be able to sync message flags separately from confirming message deletion. > If you want such a feature you always make a macro that does that. > e.g. macro index <display-message><sync-mailbox> Thanks, I will try that. Marc