INBOX message count in sidebar

Will Yardley mutt-users at veggiechinese.net
Tue Jul 25 04:41:25 UTC 2023


On Mon, Jul 24, 2023 at 10:18:37PM +0200, Mikhail Nidze via Mutt-users wrote:
> The problem was in *folder* and *spoolfile* variables incorrectly set.
> The correct ones are:
> 
>   set folder = "imaps://imap.mail.me.com:993"
>   set spoolfile = "imaps://my_account@imap.mail.me.com/INBOX"

BTW, Kevin's response may have hinted at this a bit, but you can use +
or = before so that you don't have to repeat the imaps:// part, e.g.,

set folder="imaps://imap.example.com/"
set spoolfile=+INBOX
set postponed=+Drafts
# or, Gmail style w/ label prefix on folder name
set postponed="+[Gmail]/Drafts"

/w
w


More information about the Mutt-users mailing list