From 25f4e280ba5ed4126f72c18a78f0b2bde961d1bd Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 8 Feb 2013 06:58:26 +0000 Subject: added option: 'Show notification window when new messages arrive' git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3212 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 8652d9c9..46806d4e 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -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 @@ -51,6 +51,8 @@ static PrefParam param[] = { &prefs_common.enable_newmsg_notify_sound, P_BOOL}, {"newmsg_notify_sound", NULL, &prefs_common.newmsg_notify_sound, P_STRING}, + {"enable_newmsg_notify_window", "TRUE", + &prefs_common.enable_newmsg_notify_window, P_BOOL}, {"inc_local", "FALSE", &prefs_common.inc_local, P_BOOL}, {"filter_on_inc_local", "TRUE", &prefs_common.filter_on_inc, P_BOOL}, -- cgit v1.2.3