aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-06-16 07:56:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-06-16 07:56:58 +0000
commit3408495144e731c76aa54d13c3d3affb515f4a41 (patch)
treec787415d73af43a8cceba254b00e591ba292328d /libsylph/procmsg.h
parentd88c2fb8b9d428fb0b97c231f920c94c44163ba4 (diff)
added 'Mark all read' to the folder context menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1082 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index f61b6f9b..3fc7e119 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -221,6 +221,7 @@ GSList *procmsg_read_cache (FolderItem *item,
gboolean scan_file);
void procmsg_set_flags (GSList *mlist,
FolderItem *item);
+void procmsg_mark_all_read (FolderItem *item);
GSList *procmsg_sort_msg_list (GSList *mlist,
FolderSortKey sort_key,
FolderSortType sort_type);