Return-Receipt-To header / changes in matcher / better score sorting
[claws.git] / src / procmsg.h
index f4e80e8f06c527961f4ef20a304bd4c0fce27982..0f65c473ee10d8683cd7f91b7583c1eb897b0310 100644 (file)
@@ -123,8 +123,10 @@ struct _MsgInfo
        gchar *xface;
 
        gchar *dispositionnotificationto;
+       gchar *returnreceiptto;
 
-       int score;
+       gint score;
+       gint threadscore;
 
        /* used only for encrypted messages */
        gchar *plaintext_file;