More plumbing: migrating request return receipt folder setting to folderlist.xml
[claws.git] / src / folder.h
index c23d8dae5f065ba78355ae0cc78a6cde520f104e..41aa76a69ccfeb99946f1f67a02863e009a8acc7 100644 (file)
@@ -216,10 +216,11 @@ struct _FolderItem
        gint last_num;
 
        /* special flags */
-       guint no_sub    : 1; /* no child allowed? */
-       guint no_select : 1; /* not selectable?   */
-       guint collapsed : 1; /* collapsed item    */
+       guint no_sub    : 1; /* no child allowed?    */
+       guint no_select : 1; /* not selectable?      */
+       guint collapsed : 1; /* collapsed item       */
        guint threaded  : 1; /* threaded folder view */
+       guint ret_rcpt  : 1; /* return receipt       */
 
        gint op_count;