Diff between 8f853903bdf49b4c111dcf13a0d5c81a84b7f2a6 and 5e965f8d2ac763fef35a4281655f5dd8df5f9895

Changed Files

File Additions Deletions Status
tools/obexctl.c +5 -0 modified

Full Patch

diff --git a/tools/obexctl.c b/tools/obexctl.c
index 0965762..463d5b0 100644
--- a/tools/obexctl.c
+++ b/tools/obexctl.c
@@ -477,6 +477,11 @@ static void message_info(GDBusProxy *proxy, int argc, char *argv[])
 	print_property(proxy, "Deleted");
 	print_property(proxy, "Sent");
 	print_property(proxy, "Protected");
+	print_property(proxy, "DeliveryStatus");
+	print_property(proxy, "ConversationId");
+	print_property(proxy, "ConversationName");
+	print_property(proxy, "Direction");
+	print_property(proxy, "AttachmentMimeTypes");
 }
 
 static void cmd_info(int argc, char *argv[])