On Wed, Sep 02, 2015 at 08:06:24AM -0700, Ian Zimmerman wrote:
> On 2015-09-02 08:19 -0400, Matthew Phillips wrote:
> 
> > I have a FastMail account and have set up a macro to send messages to
> > the Archive:
> > 
> > macro index,pager y "<save-message>Archive<enter><enter>" "Archive"
> > 
> > However when I do this and then check in the webmail they are not in the
> > Archive (and not in the Inbox).  Where are they going?
> 
> Have you checked for a local file named Archive?
> 
> -- 
> Please *no* private copies of mailing list or newsgroup messages.
> Rule 420: All persons more than eight miles high to leave the court.
> 

Indeed, there is a local file named Archive!  So that's where they've
been going. So, I got it to work by prefixing everything with INBOX:

macro index,pager y "<save-message>=INBOX.Archive<enter><enter>"
"Archive"

I admit I don't fully get what is going on here. I don't know what this
magical "INBOX" is or how mutt knows that it means store it on the imap
server.  I don't know what a spoolfile is or what mailboxes is (mine is
=INBOX).  Oh, and I don't know why so much configuration is prefixed by
=.

But it works! And that's a start.

Reply via email to