From a491efa0f2fc9fb9b9cbdce132d939f260718d31 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 12 Sep 2007 06:57:23 +0000 Subject: added 'To' column to the summary view. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1894 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_summary_column.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/prefs_summary_column.h') diff --git a/src/prefs_summary_column.h b/src/prefs_summary_column.h index 3ea9101d..2a73a47c 100644 --- a/src/prefs_summary_column.h +++ b/src/prefs_summary_column.h @@ -22,9 +22,10 @@ #include "summaryview.h" -void prefs_summary_column_open(void); +void prefs_summary_column_open(gboolean sent_folder); -SummaryColumnState *prefs_summary_column_get_config(void); -void prefs_summary_column_set_config(SummaryColumnState *state); +SummaryColumnState *prefs_summary_column_get_config(gboolean sent_folder); +void prefs_summary_column_set_config(SummaryColumnState *state, + gboolean sent_folder); #endif /* __PREFS_SUMMARY_COLUMN_H__ */ -- cgit v1.2.3