From: Christian Fetzer <christian.fetzer@xxxxxxxxxxxx> This fixes an issue that the folder property for messages was set incorrectly when ListMessages got called with a subfolder parameter. Calling ListMessages within /telecom/msg for the subfolder inbox would set the folder property to /telecom/msg instead of /telecom/msg/inbox. The patchset therefore changes map_msg_create to not set the folder property to the current folder, but to a folder given as parameter. This change will be needed as well for new message notifications (that can indicate new messages for any folder). In addition I've updated the documentation to clarify that the folder property for ListMessages and PushMessage can be used only for a subfolder of the current folder. It's not possible to specify an absolute or relative path. -- v2: Store folder in MAP pending request Christian Fetzer (4): obexd: Add folder property to map_msg_create obexd: Fix setting message folder for relative folder in ListMessages obexd: Clarify the folder property of ListMessages obexd: Clarify the folder property of PushMessage doc/obex-api.txt | 8 +++++--- obexd/client/map.c | 22 +++++++++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) -- 1.8.3.4 -- 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