Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/4] obexd: Fix setting message folder
@ 2013-09-13  9:23 Christian Fetzer
  2013-09-13  9:23 ` [PATCH 1/4] obexd: Add folder property to map_msg_create Christian Fetzer
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Christian Fetzer @ 2013-09-13  9:23 UTC (permalink / raw)
  To: linux-bluetooth

From: Christian Fetzer <christian.fetzer@bmw-carit.de>

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.

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 | 23 ++++++++++++++++++++---
 2 files changed, 25 insertions(+), 6 deletions(-)

-- 
1.8.3.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-13 11:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13  9:23 [PATCH 0/4] obexd: Fix setting message folder Christian Fetzer
2013-09-13  9:23 ` [PATCH 1/4] obexd: Add folder property to map_msg_create Christian Fetzer
2013-09-13 10:11   ` Luiz Augusto von Dentz
2013-09-13 11:33     ` Christian Fetzer
2013-09-13  9:23 ` [PATCH 2/4] obexd: Fix setting message folder for relative folder in ListMessages Christian Fetzer
2013-09-13 10:47   ` Luiz Augusto von Dentz
2013-09-13 11:45     ` Christian Fetzer
2013-09-13 11:54       ` Luiz Augusto von Dentz
2013-09-13  9:23 ` [PATCH 3/4] obexd: Clarify the folder property of ListMessages Christian Fetzer
2013-09-13  9:23 ` [PATCH 4/4] obexd: Clarify the folder property of PushMessage Christian Fetzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox