On Jan 26 17:01 +0100, Kirill Miazine  wrote:
> * Steve S [2010-01-26 14:09]:
> > I noticed that some people on the list are Fastmail users, so someone
> > might have some tips. First, my muttrc part for fastmail IMAP:
> > 
> > ------------------------------------------------
> > set imap_passive=no
> > set my_fastmail=imaps://mail.messagingengine.com
> > set imap_check_subscribed=yes
> > set imap_list_subscribed=yes
> > 
> > mailboxes $my_fastmail
> > 
> > account-hook $my_fastmail \
> > "set imap_user=$my_user_imap_fastmail \
> > imap_pass=$my_pass_imap_fastmail"
> > 
> > folder-hook $my_fastmail \
> > "set spoolfile=$my_fastmail/INBOX \
> > folder=$my_fastmail/INBOX \
> > record=+'Sent Items' \
> > postponed=+Drafts \
> > trash=+Trash"
> > ------------------------------------------------
> > 
> > In the folder browser, all folders are listed *except* for "+Drafts":
> >     
> >     imaps://mail.messagingengine.com
> >     imaps://mail.messagingengine.com/INBOX
> >     imaps://mail.messagingengine.com/INBOX.Trash
> >     imaps://mail.messagingengine.com/INBOX.Sent Items
> >     imaps://mail.messagingengine.com/INBOX.work
> >     ....
> > 
> > When I postpone a message, it gets uploaded to fastmail and I can see
> > the message in the web interface, where the Drafts folder is visible.
> > It's just that it is not listed in Mutt. Thanks for all hints.
> 
> What is the value of the "mask" variable?

Thanks for the reply.

mask is the default, i.e. "!^\.[^.]" . Setting it to "." or ".*" does
not change anything. This must be some setting that I can tune over at
fastmail, I just don't know what that might be (appart from setting the
folder visible under Options > Folders)

> P.S. If you connect to port 992, you can refer to your folders as
> "folder", rather than "INBOX.folder". I refer to this post:
> 
> http://blog.fastmail.fm/2008/08/11/alternate-namespace-imap-port-may-help-outlook-ol-express-apple-mail-and-bis-users/

Ah yes, I read that earlier. Indeed, the folders are now listed as

    imaps://mail.messagingengine.com:992/work

Thanks.

BTW, is it possible to have an alias "fastmail" or something like that
for "imaps://mail.messagingengine.com:992", say
    
    fastmail/work
?
The URLs are somewhat longish :)

best,
Steve

Reply via email to