Hi all!
I am trying to create a configuration for mutt so that it shares the mail folder with kmail (maildir). Has anybody got this kind of thing working on TDE? I tried to follow the lines in https://dev.mutt.org/trac/wiki/MuttFaq/Maildir and http://www.elho.net/mutt/maildir/ , but it does not work in any way. mutt always says "/home/nik/Mail/ is no mailbox".
.muttrc is this:
set mbox_type=Maildir set folder="~/Mail" set mbox="~/Mail" set record="+.Sent" set postponed="+.Drafts" set spoolfile="~/Mail" set mask=".*" set record="+.Sent" set postponed="+.Drafts" mailboxes `echo -n "+ "; find ~/Mail -maxdepth 1 \ -type d -name ".*" -printf "+'%f' "`
Nik