rigoletto@
Developer
Hello!
I moved on from mail/trojita to mail/mutt and I am experiencing a problem with the "Mail Collector" folder.
The mail provider is GMX and it do create a folder with the name of the e-mail account it is "collecting",
That folder perfect works on mail/trojita, however on mail/mutt the folder appear on the list but return
mail/mutt is grabbing the folders using
Also, at the side panel the folder name appear like this:
Any idea?
Thank you in advance!
EDIT:
I moved on from mail/trojita to mail/mutt and I am experiencing a problem with the "Mail Collector" folder.
The mail provider is GMX and it do create a folder with the name of the e-mail account it is "collecting",
name.surname@example.com
.That folder perfect works on mail/trojita, however on mail/mutt the folder appear on the list but return
unknown folder
when trying to access it.mail/mutt is grabbing the folders using
set imap_check_subscribed
, I also tried to set that folder manually but I had the same result.Also, at the side panel the folder name appear like this:
name/surname@example/com
Any idea?

Thank you in advance!
EDIT:
Code:
### General ###
set send_charset = 'utf-8'
set assumed_charset = 'iso-8859-1'
set sidebar_visible = yes
set header_cache = ~/.cache/.mutt/headers
set message_cachedir = ~/.cache/.mutt/messages
set sort = threads
set strict_threads = yes
auto_view application/msword
auto_view application/pdf
### IMAP ###
set folder = imaps://imap.gmx.com/
set imap_user = 'USER'
set imap_pass = 'PASSWD'
set spoolfile = +INBOX
mailboxes = +INBOX
set imap_keepalive = 300
set mail_check = 120
unset imap_passive
set imap_check_subscribed
### SMTP ###
set record = +Sent
set postponed = +Drafts
set smtp_url = smtps://$imap_user:$imap_pass@mail.gmx.com:587/
set ssl_force_tls = yes
set use_from = yes
set realname = 'SOMENAME'
set from = 'SOMEMAIL'