diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-11-09 09:01:07 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-11-09 09:01:07 +0000 |
commit | 476168eeba6a0574f96afa1655d9b344b803da14 (patch) | |
tree | 7854c99c7d3d7285c90db66e7f2c3fa2e1810a2e /src/inc.c | |
parent | 7e61c63e03f31fdd0b5e28faaef096747020c355 (diff) |
only disable new mail notification when a new mail is actually read.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1286 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.c')
-rw-r--r-- | src/inc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -162,8 +162,10 @@ static void inc_finished(MainWindow *mainwin, gint new_messages) trayicon_set_tooltip(buf); trayicon_set_notify(TRUE); } else { +#if 0 trayicon_set_tooltip(NULL); trayicon_set_notify(FALSE); +#endif } if (new_messages <= 0 && !prefs_common.scan_all_after_inc) return; |