History | View | Annotate | Download (43.8 kB)
replaced pixmaps icons with png images.
mark cache as dirty if open failed.
made 2.0.0beta4 release.
fixed selection becoming wrong when another folder was clicked quickly.
unified mh_move_folder and mh_rename_folder.
implemented IMAP4 folder move.
implemented folder move.
fixed a bug in syncing folder path.
reflect flag changes of manual filtering to IMAP server.
when sending messages, check for line length limit and display warning if exceeds.
check for filename encoding on the first run.
reverted the previous change of Date: header.
overwrite Date: header with current time when sending from queue.
put a warning if invalid filenames appear on the scan of MH folder.
fixed a possible crash on the view change from imageview to textview.
show SSL verify result as string.
use g_file_test() instead of stat() in some functions.
verify SSL certificate when connecting.
removed some warnings.
removed unused option 'enable_hscrollbar'.
removed unrequired function.
made 2.0.0beta3 release.
expand parent folder when new one is created.
added 'Compose new message' and 'Open with Web browser' to the context menu of the text view.
modified the way to revert selection after menu popup.
made LDAP bind password entry invisible.
fixed bugs of quote colors setting.
made summary columns reorderable by DnD.
updated ChangeLog.
disabled strict checking of caches by stat() and improved the performance.
modified the alert message on deleting folders.
moved the option of max news articles to account prefs.
added an option to encrypt when replying to encrypted message.
use currently visible textview for selection reply.
enabled GPGME and OpenSSL support by default. Use pkg-config to detect OpenSSL.
imap.c: fixed parse errors when embedded null characters appeared in headers.
added 'Add to address book' to the context menu of textview.
added an option to execute command when new messages arrived.
made 2.0.0beta2 release.
check exit status to detect errors when send messages using commands.
fixed wrong unread count of trash folders.
added 'Tools/Filter junk mails in folder' menu.
made 'File/Insert signature' replace current signature, or add it to the bottom.
fixed slightly wrong scroll position of the text view when the displayed message changed.
scroll the view to the cursor position after paste.
compose scroll fix.
scroll the compose view to the cursor position after inserting signatures or files.
fixed wrong unread number display after moving local unread message to IMAP4 folder.
fixed a bug that the change of color labels was not saved.
integrated junk filter setting into common prefs.
include currently selected row on flag search if message view is visible but the row is not displayed.
reacquire CAPABILITY after STARTTLS since it can be changed.
fixed Turkish locale problem.
unified some frames and checkboxes in common prefs.
really fixed the crash bug.
flush events before scrolling to selected.
fixed possible crash (take 2).
fixed possible crash when sorted by From/To/Subject.
fixed scroll positon problem after some operations.
reimplemented progress dialog with GtkTreeView.
modified sylpheed.spec.in.
made some buttons stock button.
disabled typeahead search.
added an option to apply filter rules to sent messages.
don't use 'destroy' signal to destroy objects.
don't use 'destroy' signal to destroy Compose object.
clear selection list when the order of the summary list is changed.
fixed a bug that it took very long time to delete all selected messages.
added Hebrew encoding.
always enabled Japanese auto-detection if the locale is 'ja'.
improved the DnD.
modified the description of junk mail control.
allow empty junk folder setting.
select current font when opening the font selection dialog.
added a feature for junk mail control.
ignore invalid or deleted messages on delete duplicated.
improved sequential message searches.
don't include the current message for 'View/Go to/(Prev|Next) (unread|new) message'.
don't scan folders while scanning IMAP4 folder tree.
fixed a bug that caused crash if FolderView::selected is NULL.
fixed a transient window problem.
don't let some labels take focus.
optimized getting the selection list.
updated to 1.9.12.
don't interpret Bcc header field of mailto URL.
optimized the writing of mark file.
fixed a crash bug of IMAP4.
improved DnD.
fixed phishing check.
replaced popen() with GSpawn.
detect errors on sending with sendmail command.
removed Clear button from message search dialog.
optimized writing summary cache.
disable attach toggle button for now.
added a toggle button for the attachment pane.
reimplemented the attachment list with GtkTreeView. Fixed attaching of locale filename.
fixed compilation failure with GTK 2.4.
enabled DnD to external apps.
added PGP Sign/Encrypt check button on the compose window.