On Feb 5, 2008, at 11:11 PM, Jochen wrote:
Hello Timo,
On Tue, Feb 05, 2008 at 04:43:57PM +0200, you wrote:
Yes. Just change the location = .. in the shared namespace to point
to maildir instead of mbox.It seems to work. A maildir structure is created according the location line in then configuration file.
But in Seamonkey, the MUA I use for the tests, the prefix is showed as a directory entry. I cannot subscribe to anything because the entry does not have any mailboxes to subscribe to.
Perhaps I did something wrong? Here is the actual configuration:
Add separator = / to the maildir namespace. All (visible) namespaces
must have the same separator (v1.1 forces this).
# define CONTEXT_CALLBACK(name, callback_type, callback,
context, ...) --- snip ---The compiler does not like the three dots in the parameter list. Unfortunately I don't know enough about C to correct that.
Well, at least one way to fix this would be to comment out from src/ lib/macros.h:
# define CONTEXT_TYPE_SAFETY