diff options
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r-- | libsylph/prefs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index e5bd7f6a..a87613ef 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h @@ -312,6 +312,7 @@ struct _PrefsCommon /* Append new members here */ gboolean folder_col_visible[4]; /* Display */ gboolean reply_address_only; /* Compose */ + gboolean recipients_autoreg; /* Send */ }; extern PrefsCommon prefs_common; |