Timo Sirainen wrote:
On Wed, 2008-10-22 at 13:43 +0100, Ian Thurlbeck wrote:
#define MAILDIR_FS_SEP ';'
#define MAILDIR_FS_SEP_S ";"
so I can get some mail folder hierarchy and '.'s in
folder names - this all worked perfectly.
Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
What i
On Wed, 2008-10-22 at 13:43 +0100, Ian Thurlbeck wrote:
> #define MAILDIR_FS_SEP ';'
> #define MAILDIR_FS_SEP_S ";"
>
> so I can get some mail folder hierarchy and '.'s in
> folder names - this all worked perfectly.
>
> Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
>
> What is the
Dear All
I have a test system where I am trying out 1.1.4
On the old 1.0rc6 (!) system I had edited:
src/lib-storage/index/maildir/mail-storage.h
to change:
#define MAILDIR_FS_SEP ';'
#define MAILDIR_FS_SEP_S ";"
so I can get some mail folder hierarchy and '.'s in
folder names - this all wor