On Tue, May 01, 2001 at 08:14:02AM -0400, Jim Toth wrote:
> I did a little bit of experimentation, and set move worked ok with an
> imap mbox and local spoolfile, but not ever with an imap spoolfile,
> FWIW.
>
> 1.2.5 seems to have the same problem (I'm begining to suspect it's a
> "feature" for set move not to work with an imap spoolfile) although I
> didn't try all the possibilities. I'd try with 1.0.1, but the one I
> have doesn't have imap support compiled in.
For anyone that cares, I discovered the work-around is to use URL
style formatting for the spoolfile variable:
set spoolfile="imap://bignachos.com/INBOX"
instead of:
set spoolfile="{bignachos.com}INBOX"
Apparently, mutt uses URL formatting internally and fails to realize
that "{bignachos.com}INBOX" == "imap://bignachos.com/INBOX".
--
Brian Nelson <[EMAIL PROTECTED]>