On Fri, 2011-07-08 at 14:08 +0200, Patrick Ohly wrote:
The question then is: what are the valid values?
$ dbus-send --print-reply --dest=org.meego.activesyncd /EasMail
org.meego.activesyncd.EasMail.sync_email_folder_hierarchy
string:david.woodhouse@intel.com string:0
Gives you an array of strings, one per folder, which are each of the
form $PARENTID\n$FOLDERID\n$DISPLAYNAME\n$TYPE
Presumably, the "folder" argument you want is the folder ID from this
list.
--
dwmw2