Track the mark-as-read timeout to be able to cancel it properly
[claws.git] / src / summaryview.h
index 784e8697e557cc25434ddb2684dc2045cba4411e..205e2a14ab7b6d59dc1de1343dbeb028fbda8dd2 100644 (file)
@@ -170,7 +170,8 @@ private:
        // folders with matches for recursive quicksearch queries
        GSList *recursive_matched_folders;
        FolderItem *search_root_folder;
-       
+
+       guint mark_as_read_timeout_tag;
 #if !GTK_CHECK_VERSION(2,12,0)
        GtkTooltips *tooltips;
 #endif