Add new mark-all-unread (and recursively when relevant) action to folder
[claws.git] / src / folderutils.h
index b62b3fe4f2daac532806a471b7d6bb628972fd59..64a5c2eae9986739636832c44847faa51392c573 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2004-2007 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 */