W dniu 07.09.2011 17:09, Timo Sirainen pisze:
On 7.9.2011, at 17.59, Marcin Mirosław wrote:
namespace {
inbox = yes
list = yes
location =
prefix =
separator = .
subscriptions = yes
type = private
}
You want to modify this namespace, or add a completely new namespace?
I want to add completely new.
I don't think you can add new ones via userdb lookup.. You'll basically have to
have a template in the config file first, like:
namespace newspace {
}
Hmm, it doesn't looks flexible ;) But probably should be enough for my
purposes. Is feature "namespace from db" in your plans or it's too
rarely needed to spend time on it?