Add new mark-all-unread (and recursively when relevant) action to folder
[claws.git] / src / folderutils.h
index 131c64fce36de051b982b908a05c0da6150f05bb..64a5c2eae9986739636832c44847faa51392c573 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2004-2011 Hiroyuki Yamamoto & The Claws Mail Team
+ * Copyright (C) 2004-2012 Hiroyuki Yamamoto & The Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,5 +30,8 @@ typedef enum {
 gint folderutils_delete_duplicates(FolderItem *item,
                                   DeleteDuplicatesMode mode);
 void folderutils_mark_all_read   (FolderItem *item);
+void folderutils_mark_all_unread         (FolderItem *item);
+void folderutils_mark_all_read_recursive         (FolderItem *item);
+void folderutils_mark_all_unread_recursive       (FolderItem *item);
 
 #endif /* FOLDERUTILS_H */