aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 06:53:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 06:53:12 +0000
commitdba371b0f9eb466e52980ed6c54cbb24903fcfe5 (patch)
treebac611f8d0f80b5859243abea62701360dde097a /src/summaryview.h
parente7e717c4ee877a009657e2f971a5c188daf55701 (diff)
improved the performance of Mark all read on IMAP4 by only modifying the flagged messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1695 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index aaeaa57e..021b9f21 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* 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
@@ -182,6 +182,8 @@ SummarySelection summary_get_selection_type (SummaryView *summaryview);
GSList *summary_get_selected_msg_list (SummaryView *summaryview);
GSList *summary_get_changed_msg_list (SummaryView *summaryview);
GSList *summary_get_msg_list (SummaryView *summaryview);
+GSList *summary_get_flagged_msg_list (SummaryView *summaryview,
+ MsgPermFlags flags);
void summary_select_prev_unread (SummaryView *summaryview);
void summary_select_next_unread (SummaryView *summaryview);