15 Feb
2007
15 Feb
'07
2:33 p.m.
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.