diff options
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r-- | libsylph/prefs_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index 6c62609c..31f65b46 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h @@ -334,6 +334,9 @@ struct _PrefsCommon gchar *prev_open_dir; gchar *prev_save_dir; gchar *prev_folder_dir; + + gboolean enable_newmsg_notify_sound; /* Receive */ + gchar *newmsg_notify_sound; /* Receive */ }; extern PrefsCommon prefs_common; |