I can't make mutt to open my ~/Maildir/inbox by default. mutt's status line:
---Mutt: (no mailbox) [Msgs:0 Inc:1]---(threads/date)------------------------------------------------------------------------------------------------------------------------(all)--- No mailbox is open. [flag@newluxor ~]$ ls -la ~/Maildir/inbox/ total 20 drwx------ 5 flag flag 4096 Sep 24 10:36 . drwxrwxr-x 53 flag flag 4096 Sep 24 10:36 .. drwx------ 2 flag flag 4096 Sep 24 23:53 cur drwx------ 2 flag flag 4096 Sep 24 23:53 new drwx------ 2 flag flag 4096 Sep 24 23:53 tmp [flag@newluxor ~]$ .muttrc: ... set mbox_type=Maildir set spoolfile="~/Maildir/" set folder="~/Maildir/" set mask="!^\\.[^.]" set record="+.Sent" set postponed="+.Drafts" mailboxes +inbox but the "funny" thing is that if i c?, navigate to inbox and press enter, i can see my emails!!! mutt's status line: ---Mutt: ~/Maildir/inbox [Msgs:28 New:2 5.0M]---(threads/date) what's wrong with my config?
