26 Apr
2012
26 Apr
'12
12:28 a.m.
On 24.4.2012, at 19.07, Leonardo M. Ramé wrote:
Hi, I'm a user of Mutt, and before moving to Thunderbird I'm trying to share mboxes between them. To do this, I installed Dovecot to create an IMAP server in my local machine, to serve mutt mboxes to be read by Thunderbird.
So far, I can read my inbox from /var/mail/%u, but in mutt, I have many folders in ~/mail, like 2010-mails, 2011-mails, mailing-list-x, mailing-list-y, and so on. How can I configure Dovecot to read them?.
In /etc/dovecot/conf.d/10-mail.conf I have this:
mail_location = mbox:~/Mail:INBOX=/var/mail/%u
~/mail vs. ~/Mail?