2007-06-20 Murray Cumming <murrayc@murrayc.com>
[modest] / libmodest-dbus-client / libmodest-dbus-client.h
index cb7609e..7b7bdc6 100644 (file)
@@ -70,9 +70,9 @@ typedef enum {
 
 typedef struct {
 
-       gchar     *msgid;
+       gchar     *msgid; /* E.g. the URI of the message. */
        gchar     *subject;
-       gchar     *folder;
+       gchar     *folder; /* The name, not the URI. */
        gchar     *sender;
        guint64    msize;
        gboolean   has_attachment;