From 0976ae7b4d343b8fff47f96d0ef69ca76ecef0da Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Mon, 23 Sep 2013 11:24:29 +0200 Subject: [PATCH] obexd: Clarify the folder property of PushMessage The folder property of PushMessages does not accept path information, it allows only to request the messages to be added to a subfolder of the current folder. --- doc/obex-api.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index 28343f6b4..eda7cb9c4 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -638,8 +638,9 @@ Methods void SetFolder(string name) Transfer a message (in bMessage format) to the remote device. - The message is transferred either to the given folder, - or to the current folder if folder is omitted. + The message is transferred either to the given + subfolder of the current folder, or to the current + folder if folder is empty. Possible args: Transparent, Retry, Charset -- 2.47.3