aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index d1917818..2d3184cc 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2013 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2014 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -53,6 +53,8 @@ static PrefParam param[] = {
P_STRING},
{"enable_newmsg_notify_window", "TRUE",
&prefs_common.enable_newmsg_notify_window, P_BOOL},
+ {"notify_window_period", "10",
+ &prefs_common.notify_window_period, P_INT},
{"inc_local", "FALSE", &prefs_common.inc_local, P_BOOL},
{"filter_on_inc_local", "TRUE", &prefs_common.filter_on_inc, P_BOOL},