hi, I use dovecot 1.0rc15 with one maildir namespace. I'd like to be able to use '.' in folders and subfolders name. So, I setup the default namespace with separator =':' But, when I create some folders and then subfolders with thunderbird the filename one the server are named with some '.' no ':'... It seems that dovecot always interprets '.' as a separator for folders. Is-it a bug ? yours, -- David Bonnafous Institut de Math?matiques Universit? Paul Sabatier Toulouse - France
On Thu, 2007-02-15 at 09:23 +0100, David Bonnafous wrote:> > I use dovecot 1.0rc15 with one maildir namespace. > > I'd like to be able to use '.' in folders and subfolders name.The only way to do that is to change the sources: src/lib-storage/index/maildir/maildir-storage.h #define MAILDIR_FS_SEP '.' #define MAILDIR_FS_SEP_S "." Change both of these to whatever you want the separator to be. I wouldn't recommend ':' though, it could cause problems. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20070215/338f3c28/attachment.bin>