Add a time hint when reporting notifications
[modest] / src / modest-utils.h
index 0d25831..3e28048 100644 (file)
@@ -49,6 +49,7 @@ typedef struct _ModestMsgNotificationData {
        gchar *subject;
        gchar *from;
        gchar *uri;
+       time_t time;
 } ModestMsgNotificationData;
 
 GQuark modest_utils_get_supported_secure_authentication_error_quark (void);