From a21bec4d976413b0b015e217af233975a354be8a Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Mon, 23 Sep 2013 11:24:28 +0200 Subject: [PATCH] obexd: Clarify the folder property of ListMessages The folder property of ListMessages does not accept path information, it allows only to request the messages of a subfolder of the current folder. --- doc/obex-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index 0a8e632c1..28343f6b4 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -538,7 +538,8 @@ Methods void SetFolder(string name) array{object, dict} ListMessages(string folder, dict filter) Returns an array containing the messages found in the - given folder. + given subfolder of the current folder, or in the + current folder if folder is empty. Possible Filters: Offset, MaxCount, SubjectLength, Fields, Type, PeriodStart, PeriodEnd, Status, Recipient, Sender, -- 2.47.3