[neomutt-devel] Crash on authentication fail at startup

Jules Maselbas jmaselbas at kalray.eu
Thu May 2 11:38:46 CEST 2019


As discussed on irc, this problem occur when mailboxes are defined in the muttrc.
Here is the minimal muttrc file I'am using that create this issue:

---
set realname    = "Jules"
set my_username = "jma"
set from        = "$my_username at mail.com"
set my_imap_srv = mail.com
set my_smtp_srv = $my_imap_srv

set folder    = "imaps://$my_imap_srv/"
set spoolfile = "+INBOX"
set record    = "+Sent"
set postponed = "+Drafts"
mailboxes =INBOX



More information about the neomutt-devel mailing list