aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-08 06:58:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-02-08 06:58:26 +0000
commit25f4e280ba5ed4126f72c18a78f0b2bde961d1bd (patch)
treeed0b4b7ebb293b497f6913da05d0286f5ba2cce5 /libsylph/prefs_common.h
parent6224779aca608fd457f1cb0d24ff516afe72694d (diff)
added option: 'Show notification window when new messages arrive'
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3212 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 ea31f6fd..471d95c8 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2013 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -341,6 +341,8 @@ struct _PrefsCommon
gboolean show_attach_tab; /* Message - Attachment */
gboolean show_attached_files_first; /* Message - Attachment */
gint attach_toolbutton_pos; /* Message - Attachment */
+
+ gboolean enable_newmsg_notify_window; /* Receive */
};
extern PrefsCommon prefs_common;