History | View | Annotate | Download (167.9 kB)
merged plugin-test branch into trunk.
fixed the year of ChangeLog.
enable 'Remote mailbox' only if current account is POP3.
show 'Send queued messages' instead of 'Mark all read' in the context menu of the Queue folder.
abort if fsync() fails.
do fflush() and fsync() before fclose() when writing configuration files.
unix: fixed infinite loop bug.
modified the default command line option of spam filters.
fixed crash on csv import.
properly process lines longer than 8192 bytes.
made 2.6.0 release.
modified variable name.
renamed/removed MSGBUFSIZE.
made a workaround for raw-JIS filename (Eudora etc.).
added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc header file.
made 2.6.0rc release.
when removing news/imap accounts, remove cache directory with server name if it becomes empty.
only expand folders in folder selection dialog which are expanded in the folder view.
don't save older backups of UIDL files.
fixed a bug that the addressbook window was not refreshed when adding sender to addressbook.
only count for non-junk and not-deleted and not-marked-as-read messages when incorporating from mbox.
added message label to the folder selection dialog.
added #include <conio.h> for _getch().
include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.
libsylph/session.c: session_connect(): fixed a bug that session->server was not set.
foldersel.c: made virtual folders unselectable when not in FOLDER_SEL_ALL mode.
keep backups of config files for four generations.
added menu to the remote POP3 mailbox window.
use GTK_STOCK_NETWORK as the icon of POP3 remote mailbox.
increased version. Updated missing script.
Warnings about --datarootdir on configure was removed.
jpilot.c: code cleanup.
added POP3 remote mailbox button to the toolbar.
disable '/Message/Receive/Remote mailbox...' when mail incorporation is active.
updated Japanese manual.
remote mailbox: fixed sorting by subject, date and size.
made 2.6.0beta1 release.
check for HAVE_LOCALE_H and ENABLE_NLS.
added progress column to the progress dialog.
use target header field as a default filter name when creating filter rule automatically.
remote mailbox: send NOOP command for each 30 seconds to prevent session timeout.
workaround for some broken IMAP4 servers.
remote mailbox: display 'Quitting' on logout.
remote mailbox: modified style.
remote mailbox: added stop button which stops retrieving of headers.
remote mailbox: enabled cancellation on connection.
remote mailbox: implemented receiving of messages.
remote mailbox: added timeout. Show dialog on error.
remote mailbox: implemented message display.
implemented remote POP3 mailbox.
Force 'en' dictionary if user-specified language doesn't match.
fixed Enchant support.
imap_add_inter_folders(): more error checks.
fixed rebuilding of IMAP folder tree.
win32: handle window messages even if console is initialized.
win32: handle console ctrl events.
supported GtkSpell 2.0.13 (with Enchant).
handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix.
added function to change the behavior of character encoding auto-detection.
also use MimeInfo::filename to determine file type.
made 2.5.0 release.
updated po files and sylpheed.desktop.
made 2.5.0rc2 release.
removed the restriction that the template body over 8KB could not be read.
trivial fixes.
fixed some character corruption with ...utf8 locale string.
fixed Content-Transfer-Encoding with comments.
fixed a crash.
made 2.5.0rc release.
display alert dialog when signing/encryption failed.
don't move focus from text view to summary view when displaying messages.
remember the maximized state of compose window.]
updated sylpheed.desktop.
made 2.5.0beta3 release.
added option of excluded addresses/domains for recipients confirmation.
exclude quote lines when notifying missing attachments.
made 2.5.0beta2 release.
reset quick search condition if search bar is now shown.
added missing include.
added 'Edit/Quick search' menu. Also search To: header in Sent/Draft/Queue folders.
spaces in address and server entries are automatically removed at applying account configuration.
always display error dialog when connection to SMTP server failed.
fixed leaks of GSList.
added the option to confirm recipients before sending.
delete compose attach property dialog when closed.
the feature to confirm missing attachments was added.
number of matches is displayed when query search is done.
win32: fixed absolute path was not handled correctly with --attach option.
fixed address completion.
made 2.5.0beta1 release.
fixed a bug that the quote description dialog never appeared again after closing it with close button.
fixed busy loop when connection was immediately refused.
added the feature to save SSL peer certificate and always accept it.
fixed crash on quick search menu change.
implemented vertical view. Separated quick search into another module.
added the option to treat HTML only messages as attachment.
don't enable windres on non-win32 platforms.