aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-28 02:37:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-28 02:37:51 +0000
commit3570f42fe4dca9977b7e06fe8602f28927d12fa6 (patch)
treeb56ecb0482e3785b21e55ee06135b2a866427085 /src/summaryview.h
parent2323f838dbf605f498b953bc9d75657639d131f4 (diff)
improved the always-show-msg-on-summary-select mode (don't mark as read on automatic selection).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2636 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index c4f1523f..fcc26967 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -278,6 +278,9 @@ void summary_select_all (SummaryView *summaryview);
void summary_unselect_all (SummaryView *summaryview);
void summary_select_thread (SummaryView *summaryview);
+void summary_mark_displayed_read (SummaryView *summaryview,
+ GtkTreeIter *iter);
+
void summary_reply (SummaryView *summaryview,
ComposeMode mode);