Remove stale MSG_IS_RETRCPT_PENDING
[claws.git] / src / procmsg.h
index 5152c05bff69cee48272a26e51b0cf40c1a1a687..0f46515747133c2d9557891ee6369e98d8f85d1f 100644 (file)
 
 /* Claws related flags */
 #define MSG_IS_IGNORE_THREAD(msg)      (((msg).perm_flags & MSG_IGNORE_THREAD) != 0)
-#define MSG_IS_RETRCPT_PENDING(msg)    (((msg).perm_flags & MSG_RETRCPT_PENDING) != 0)
 #define MSG_IS_RETRCPT_SENT(msg)       (((msg).perm_flags & MSG_RETRCPT_SENT) != 0)
 #define MSG_IS_RETRCPT_GOT(msg)                (((msg).perm_flags & MSG_RETRCPT_GOT) != 0)
 #define MSG_IS_SPAM(msg)               (((msg).perm_flags & MSG_SPAM) != 0)
@@ -342,7 +341,7 @@ MsgInfo *procmsg_msginfo_get_full_info      (MsgInfo        *msginfo);
 MsgInfo *procmsg_msginfo_get_full_info_from_file
                                        (MsgInfo *msginfo, 
                                        const gchar *file);
-void    procmsg_msginfo_free           (MsgInfo        *msginfo);
+void    procmsg_msginfo_free           (MsgInfo        **msginfo);
 guint   procmsg_msginfo_memusage       (MsgInfo        *msginfo);
 
 gint procmsg_send_message_queue_with_lock(const gchar *file,