aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index cd3c1e54..e5bd7f6a 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -310,8 +310,8 @@ struct _PrefsCommon
gboolean online_mode;
/* Append new members here */
- /* Display */
- gboolean folder_col_visible[4];
+ gboolean folder_col_visible[4]; /* Display */
+ gboolean reply_address_only; /* Compose */
};
extern PrefsCommon prefs_common;