16 Mar
2010
16 Mar
'10
3:01 p.m.
On Sat, 2010-03-13 at 11:19 +0000, John Moorhouse wrote:
namespace private { separator = / prefix = "#dbox/" location = dbox:~/mail:INBOX=/var/mail/%u inbox = yes hidden = yes list = no # for v1.1+ } namespace private { separator = / prefix = location = dbox:/var/mail/%u/mail }
That seems overly complicated. Just use one namespace:
namespace private { separator = / prefix = location = dbox:/var/mail/%u/mail:INBOX=/var/mail/%u inbox = yes }
(and if still possible, I'd remove the :INBOX= part too so that it goes to /var/mail/%u/mail/INBOX/)