On Jan 27 08:56 +0100, Kirill Miazine  wrote:
[...] 
> Oh, I also notice that you set imap_list_subscribed. Can you unset it
> and see if Drafts appears then?

OK, that was it. I had
    
    set imap_check_subscribed=yes
    set imap_list_subscribed=yes
    set my_fastmail=imaps://mail.messagingengine.com:992
    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 \
        folder=$my_fastmail record=+'Sent Items' postponed=+Drafts \
        trash=+Trash"

Here, $imap_check_subscribed would get all folder names from the server
for me. Nice. I don't have to list them all one by one in "mailboxes".

If I explicitly add "$my_fastmail/Drafts" to mailboxes, I see the
folder. Apparently, the server considers me not subscribed to Drafts and
therefore doesn't tell Mutt about that. 

[...]
> Ok. Regarding aliases - I'm not aware of how to add aliases for
> accounts.
> 
> I'm using one Mutt with one IMAP account, but I'm running two instances
> of Mutt in separate tmux/screen windows. The mutts share some basic
> configuration and have an account-specific configuration file that
> define account-specific settings and hooks:
> 
> alias cl-mutt '/usr/local/bin/mutt -e "source ~/.mutt/muttrc-cl"'
> alias km-mutt '/usr/local/bin/mutt -e "source ~/.mutt/muttrc-km"'

But you also see the full URL of each folder in the folder browser?
That's no big deal, just curious.

Thank you for your help.

best,
Steve

Reply via email to