aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-26 05:53:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-26 05:53:21 +0000
commit35a95f82fcd7b9969f89610af432e1b05b81635a (patch)
tree314fa708eb5cacd6d29692a34003654d828de25a /libsylph/prefs_common.h
parent3d6d522c1bd157b3a0d3f3c2df549ff886f03828 (diff)
the visibility of message number columns in the folder view is now configurable for each column.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2356 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 09dadb16..cd3c1e54 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -308,6 +308,10 @@ struct _PrefsCommon
/* Online / Offline */
gboolean online_mode;
+
+ /* Append new members here */
+ /* Display */
+ gboolean folder_col_visible[4];
};
extern PrefsCommon prefs_common;