aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-19 08:33:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-19 08:33:29 +0000
commitbf166a12fba39baa7d17ffd40c2a32131f8689c5 (patch)
tree951bac4dd69fba2c57e378bc4daf390cd8f57bde /libsylph/prefs_common.h
parent394f514c0a07a93ee41e082b01ffbc9606095dae (diff)
made the display period of notification window configurable.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3355 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 3fafae52..e9062eda 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -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
@@ -349,6 +349,8 @@ struct _PrefsCommon
gboolean alt_prefer_html; /* Message */
gint save_file_type;
+
+ gint notify_window_period; /* Receive */
};
extern PrefsCommon prefs_common;