From 53625e2a9ca3c64ec08daf1d7233551c166fdbdf Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 23 Apr 2012 09:36:42 +0000 Subject: win32: added an option to play sound when new messages arrive. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3053 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsylph/prefs_common.h') 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; -- cgit v1.2.3