aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-21 10:17:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-21 10:17:43 +0000
commit99a8803e962701d0b9b43d0421cdc0bb05e8f02a (patch)
tree7ae8246cdd93921068bf453f9cd5c28b79a8bbd9 /src/summaryview.h
parentace1046e570adceb22ce1ee924169b81676517d6 (diff)
reflect flag changes on virtual folders in the real ones.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@850 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index f5267629..d2688d89 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -152,6 +152,8 @@ gboolean summary_is_locked (SummaryView *summaryview);
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);
void summary_select_prev_unread (SummaryView *summaryview);
void summary_select_next_unread (SummaryView *summaryview);