On Tue, May 24, 2005 at 12:17:03AM +0300, Timo Sirainen wrote:
On 23.5.2005, at 10:18, Joe Dauncey wrote:
I have set it up as default_mail_env = maildir:~/Mail:INBOX=~/Mail/.INBOX I've moved $HOME/Mail/cur (and tmp, new and dovecot-uidlist) all into .INBOX
I think the problem is that ~ is working only after maildir:, ie. you have to use INBOX=%h/Mail/.INBOX.
Pretty stupid, yes.. It will change once I split the current default_mail_env into multiple settings (mail, inbox, index, etc.) along with configuration code rewrite.
I've set it to default_mail_env = maildir:%h/Mail:INBOX=%h/Mail/.INBOX (and also tried it with default_mail_env = maildir:~/Mail:INBOX=%h/Mail/.INBOX)
Unfortunately it's still doing the same thing. It reads $HOME/Mail as the inbox, rather then $HOME/Mail/.INBOX
Joe
--
Joe Dauncey