aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-23 09:36:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-23 09:36:42 +0000
commit53625e2a9ca3c64ec08daf1d7233551c166fdbdf (patch)
treef82e186852d635a5e90356c547484c31707aebdb /libsylph/prefs_common.c
parent51b29ad3772d54b8f1e841c0c84df703eed21c21 (diff)
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
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 7bcd0cae..0cd21531 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -47,6 +47,10 @@ static PrefParam param[] = {
P_BOOL},
{"newmsg_notify_command", NULL, &prefs_common.newmsg_notify_cmd,
P_STRING},
+ {"enable_newmsg_notify_sound", "FALSE",
+ &prefs_common.enable_newmsg_notify_sound, P_BOOL},
+ {"newmsg_notify_sound", NULL, &prefs_common.newmsg_notify_sound,
+ P_STRING},
{"inc_local", "FALSE", &prefs_common.inc_local, P_BOOL},
{"filter_on_inc_local", "TRUE", &prefs_common.filter_on_inc, P_BOOL},