aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_summary_column.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-12 06:57:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-12 06:57:23 +0000
commita491efa0f2fc9fb9b9cbdce132d939f260718d31 (patch)
tree5a638921e05cf14600501e8062b7b619a368dd4b /src/prefs_summary_column.h
parent55f3cbdecc3e30021d63b07c51afb21bf51c5660 (diff)
added 'To' column to the summary view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1894 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_summary_column.h')
-rw-r--r--src/prefs_summary_column.h7
1 files changed, 4 insertions, 3 deletions
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__ */