History | View | Annotate | Download (123.7 kB)
adjusted the line number of first page on printing.
added page number on printing.
more proper implementation of printing.c.
flush UI for each 100 messages on manual filtering.
fixed the dialog not updated while sending large messages.
implemented printing of multiple pages.
implemented page counting.
show confirmation dialog when printing MIME part.
fixed a warning when getting uncached messages in IMAP4.
implemented printing of MIME part. Code cleanups.
added an option to use external program for printing.
added an option to inherit recipients on reply to self messages.
modified current account change,.
win32: fixes window not brought in front with the tray icon click after DnD.
initial implementation of new printing using GtkPrintOperation.
disable new mail notification when any message is displayed, marked as read, or trashes are emptied.
merged from LibSylph branch.
added 2 Folder API.
merged from libsylph branch.
modified the height of the statusbar.
periodically update UI on manual filtering to avoid freeze.
applied the patch for libpisock12 support.
made the default directory of file selection dialog document folder.
removed statusbar from add-address dialog.
added Cc: header to the header view.
made the window position of the add-address dialog at the center of parent window.
implemented trayicon notification with eggtrayicon.
only disable new mail notification when a new mail is actually read.
added icons for notifying the arrival of new mail.
undo.c: fixed a bug that text was not redrawn on the undo of large text.
fixed a crash when printing a message with empty Subject, From, and To.
added the option 'Remember last selected message'.
added the option 'Open inbox on startup'.
disable POP before SMTP option with non-POP3 account.
made 2.3.0beta4 release.
impelmented POP before SMTP.
trayicon_set_notify(): unset blinking correctly.
win32: fixes character corruption on printing when environment-dependent characters are used in win32.
summary_unset_sort_column_id(): fixed crash when using GTK+ 2.4.x.
added values for start menu to reg file.
removed the extra spaces of group icon.
win32: fixed socket.c and session.c.
modified UI layout.
added 32x32 icon.
enable fast clear of summary view if GTK+ >= 2.10.0.
modified the style of labels which are set not to have focus to make the selection visible.
removed vertical padding of the folder selection dialog.
removed extra spaces in folder icons.
win32: use small icon for application icon.
action.c: fixed a bug that inserted text was always placed at the top.
fixes main window kept hidden on popup with another process.
made 2.3.0beta2 release.
win32: implemented sock_set_nonblocking_mode().
exclude junk mails from the number of new messages.
socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.
exclude messages marked as read when counting new messages.
don't update position if window is hidden.
fixed ssl_init_socket_with_method().
trayicon.c: fixed trayicon_destroy().
cleanup trayicon on exit.
added 16x16 Sylpheed icon.
some code cleanups.
adjusted the width of icon columns for win32.
blink tray icon if new mails arrive.
added mail arrival notification at tray icon.
implemented tray icon in Win32.
made workaround for state machine freeze problem in Win32.
updated ChangeLog.
updated URI.
fixed crash when summary was sorted by logical columns.
also update sort indicator at empty folder. Updated NEWS.
fixed crash with GTK+ 2.10.
improved PGP/MIME compatibility.
check Bcc recipients before encryption.
protect uidl file on disk full.
show error when writing body failed.
win32: fixed inc dialog.
workaround for GTK+ 2.10 was made.
avoid uninitialized value.
procmime.c: add more error checking.
fflush() stream before rewind() to ensure error checking.
session.c: added extra error checking when writing to buffer.
procmime_decode_content(): fflush temporary file and check errors.
modified LDIF import.
made workaround for UTF-8 with BOM.
improved LDIF import.
unified menu strings.
don't use off_t in struct.
socket.c: retry waitpid() when it is interrupted.
fixed action.c.
updated eggtrayicon.
action.c: fixed wrong insertion point at TextView.
supported PLAIN authentication on IMAP4.
added signature information to MsgInfo.
supported verification of encrypted and signed messages with combined method.
sourcewindow.c: fixed scrolling problem on first click.
fixed manual junk filtering.
modified Common prefs - Details - Interface.
use onig-config in configure.in.