aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
AgeCommit message (Expand)Author
2014-06-10made mbox locking NFS-safe (#202).hiro
2014-03-26updated copyright year. configure.in: increased library version.hiro
2014-03-19made the display period of notification window configurable.hiro
2013-02-13modified notification window.hiro
2013-02-08added option: 'Show notification window when new messages arrive'hiro
2013-02-08implemented new message notification popup window.hiro
2013-01-24do not disconnect immediately but send QUIT on normal POP3 errors.hiro
2012-06-19fixed 'Stop' button didn't become inactive after POP3 session finished.hiro
2012-06-13included server name in the receive error dialog.hiro
2012-06-06src/inc.c: properly detect DNS lookup error when session_connect_full() faile...hiro
2012-05-31differentiate DNS lookup error from connection errors.hiro
2012-05-02src/inc.c: use a flag to distinguish the state of activity.hiro
2012-04-23win32: added an option to play sound when new messages arrive.hiro
2012-04-12show the detail of new messages on the trayicon tooltip.hiro
2012-01-06added new plug-in signals to notify start and end of receiving.hiro
2011-06-23libsylph/utils.[ch]: to_human_readable_buf(): new.hiro
2011-01-20check the return value of junk filter command and show error dialog on failure.hiro
2011-01-18do not count junk-filtered or trashed messages as new ones. Do not display ne...hiro
2011-01-05fixes wrong unread number display.hiro
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
2010-12-21changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use G_PRIORIT...hiro
2010-12-07added SOCKS4/5 proxy support.hiro
2010-08-02made the progress of receive dialog display only number/size in current sessi...hiro
2010-07-30added 'Cancel all' button to the incorporation dialog.hiro
2010-06-30update summary view on receiving on the fly.hiro
2010-05-24fixed crash when clicking tray icon menu 'Get from current account' with no a...hiro
2009-11-10removed redundant debug print.hiro
2009-10-07fixed a bug that MIME flag was not properly set on receiving.hiro
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17introduced multi-threading.hiro
2009-09-14update summary caches on receiving.hiro
2008-12-11renamed/removed MSGBUFSIZE.hiro
2008-09-26added progress column to the progress dialog.hiro
2008-09-17implemented remote POP3 mailbox.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-14block notify if a new message is read on receiving.hiro
2007-08-23fixed format string vulnerability.hiro
2007-04-11disconnect immediately when cancelled (possibly fixes crash after cancellation).hiro
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
2007-04-04fixed stop button sensitivity, and cancel all.hiro
2007-03-29disable --compose, --receive, --send remote commands when a modal dialog exists.hiro
2007-03-25fixed a bug that messages which were not filtered were not counted as new mes...Hiro
2007-03-15apply flag changes in IMAP automatic filtering.hiro
2007-03-14enabled automatic junk mail filtering on IMAP.hiro
2007-02-23count filtered messages for new mail notification on IMAP filtering.hiro
2007-02-08don't filter junk on import.hiro
2007-02-06filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.hiro
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
2006-11-09only disable new mail notification when a new mail is actually read.hiro