2005-09-14 [paul] 1.9.14cvs26
[claws.git] / src / procmsg.h
index 8d30c0eaf64b35ce34c0e93013e48ccc44fd74bc..671f7181e7a67d1ae4ae8c839bbe80e7258c28ba 100644 (file)
@@ -151,7 +151,7 @@ typedef guint32 MsgTmpFlags;
 
 typedef enum {
        MSGINFO_UPDATE_FLAGS = 1 << 0,
-       MSGINFO_UPDATE_DELETED = 1 << 1,
+       MSGINFO_UPDATE_DELETED = 1 << 1
 } MsgInfoUpdateFlags;
 
 #include "procmime.h"
@@ -251,7 +251,7 @@ void        procmsg_get_mark_sum            (const gchar    *folder,
 
 GNode  *procmsg_get_thread_tree                (GSList         *mlist);
 
-void   procmsg_move_messages           (GSList         *mlist);
+gint   procmsg_move_messages           (GSList         *mlist);
 void   procmsg_copy_messages           (GSList         *mlist);
 
 /* return path is locale charset */