LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Basic setup for Mutt using Maildir (https://www.linuxquestions.org/questions/linux-software-2/basic-setup-for-mutt-using-maildir-378597/)

buskmann 10-31-2005 08:17 AM

Basic setup for Mutt using Maildir
 
I have Postfix and Dovecot(POP/IMAP) running, using Maildir message format.

Now I want to read my e-mail using Mutt (which I think is the tool to use in terminal). I google for Mutt and Maildir, but I cannot find the information I look for. All Mutt configuration files are full of colors and other customizations.

I think I have to create a .muttrc file on my home directory, but what parameters do I have to put in my .muttrc-file to be able to read my mail in /home/user/Maildir/?

missy_b 10-31-2005 12:04 PM

should be fairly easy
MAIL=/home/user/Maildir mutt
(in other words, set an environment variable to your maildir)
done.
This is just for parsing maildirs.
if you want mutt to create maildirs when saving mails,
add this line to your .muttrc
--
set mbox_type=Maildir
--
bye
M.

buskmann 10-31-2005 02:12 PM

Thanks, I can now read my mail.


All times are GMT -5. The time now is 03:57 PM.