aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
AgeCommit message (Collapse)Author
2007-08-23fixed format string vulnerability.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1880 ee746299-78ed-0310-b773-934348b2243d
2007-04-11disconnect immediately when cancelled (possibly fixes crash after cancellation).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1611 ee746299-78ed-0310-b773-934348b2243d
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1597 ee746299-78ed-0310-b773-934348b2243d
2007-04-04fixed stop button sensitivity, and cancel all.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1592 ee746299-78ed-0310-b773-934348b2243d
2007-03-29disable --compose, --receive, --send remote commands when a modal dialog exists.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1584 ee746299-78ed-0310-b773-934348b2243d
2007-03-25fixed a bug that messages which were not filtered were not counted as new ↵Hiro
messages in imap filtering. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1576 ee746299-78ed-0310-b773-934348b2243d
2007-03-15apply flag changes in IMAP automatic filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1569 ee746299-78ed-0310-b773-934348b2243d
2007-03-14enabled automatic junk mail filtering on IMAP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1566 ee746299-78ed-0310-b773-934348b2243d
2007-02-23count filtered messages for new mail notification on IMAP filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1557 ee746299-78ed-0310-b773-934348b2243d
2007-02-08don't filter junk on import.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1535 ee746299-78ed-0310-b773-934348b2243d
2007-02-06filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1531 ee746299-78ed-0310-b773-934348b2243d
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1491 ee746299-78ed-0310-b773-934348b2243d
2006-11-09only disable new mail notification when a new mail is actually read.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1286 ee746299-78ed-0310-b773-934348b2243d
2006-10-30impelmented POP before SMTP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1254 ee746299-78ed-0310-b773-934348b2243d
2006-10-04exclude junk mails from the number of new messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1208 ee746299-78ed-0310-b773-934348b2243d
2006-10-03exclude messages marked as read when counting new messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1206 ee746299-78ed-0310-b773-934348b2243d
2006-09-27blink tray icon if new mails arrive.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1193 ee746299-78ed-0310-b773-934348b2243d
2006-09-14win32: fixed inc dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1161 ee746299-78ed-0310-b773-934348b2243d
2006-07-25added an option to filter junk mails before normal filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1097 ee746299-78ed-0310-b773-934348b2243d
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1035 ee746299-78ed-0310-b773-934348b2243d
2006-02-02don't enable trayicon action if modal window exists. Present window on click ↵hiro
if main window is obscured. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@962 ee746299-78ed-0310-b773-934348b2243d
2006-02-01properly count the number of new messages on local and remote mailboxes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@958 ee746299-78ed-0310-b773-934348b2243d
2006-01-13fixed 32-bit integer overflow where the total size of POP3 messages is ↵hiro
greater than 2GB. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@895 ee746299-78ed-0310-b773-934348b2243d
2005-12-14added an option to update only INBOX on checking new messages of IMAP4 accounts.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@827 ee746299-78ed-0310-b773-934348b2243d
2005-11-22modified 'filter sent messages'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@773 ee746299-78ed-0310-b773-934348b2243d
2005-09-05made query-password function UI independent.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@546 ee746299-78ed-0310-b773-934348b2243d
2005-08-24separated trayicon into another module, and notify new messages with ↵hiro
trayicon on receive. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@510 ee746299-78ed-0310-b773-934348b2243d
2005-08-08added wrappers for C library function that take pathname arguments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
2005-08-05enabled compilation with MinGW.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@469 ee746299-78ed-0310-b773-934348b2243d
2005-08-04improved portability.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@461 ee746299-78ed-0310-b773-934348b2243d
2005-06-17added an option to execute command when new messages arrived.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@351 ee746299-78ed-0310-b773-934348b2243d
2005-06-13integrated junk filter setting into common prefs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@336 ee746299-78ed-0310-b773-934348b2243d
2005-06-08reimplemented progress dialog with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@321 ee746299-78ed-0310-b773-934348b2243d
2005-05-30fixed a transient window problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@300 ee746299-78ed-0310-b773-934348b2243d
2005-05-09reimplemented summary view with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@237 ee746299-78ed-0310-b773-934348b2243d
2005-02-24modified ProgressDialog to use GtkDialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@126 ee746299-78ed-0310-b773-934348b2243d
2005-02-07replaced intl.h with glib/gi18n.h.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@92 ee746299-78ed-0310-b773-934348b2243d
2005-01-25removed a warning.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@40 ee746299-78ed-0310-b773-934348b2243d
2005-01-23use GTK stock button for dialog button set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@30 ee746299-78ed-0310-b773-934348b2243d
2005-01-12Initial import of Sylpheed (GTK2 version).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d