Hi Slawek, On Mon, May 30, 2011, Slawomir Bochenski wrote: > This adds functions for initializing and freeing resources used by > message storage access backend and example implementation in the dummy > (or rather - filesystem) backend. > > Dummy backend uses $MAP_ROOT (if set) and falls back to > $HOME/map-messages for its message storage. This directory should at > least contain basic folders required by the MAP specification. It > represents the root as seen from the perspective of MAP client. You can > prepare it as follows: > > $ mkdir -p "$MAP_ROOT/telecom/msg/inbox" > $ mkdir "$MAP_ROOT/telecom/msg/sent" > $ mkdir "$MAP_ROOT/telecom/msg/deleted" > $ mkdir "$MAP_ROOT/telecom/msg/outbox" > --- > plugins/mas.c | 7 +++++++ > plugins/messages-dummy.c | 22 ++++++++++++++++++++++ > 2 files changed, 29 insertions(+), 0 deletions(-) Thanks. Both patches have been pushed upstream. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html