aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-11added margin for visibility when scrolling summary.hiro
2005-07-11use Content-Type's charset as a fallback encoding of broken header strings wh...hiro
2005-07-11compose.c: don't convert encoding if inserted file is UTF-8.hiro
2005-07-11fixed duplicate signature problem in re-edit or after editing with external e...hiro
2005-07-11don't include some chars in URI.hiro
2005-07-11compose.[ch]: replaced gdk_input_*() with GIOChannel.hiro
2005-07-08fixed a crash when cancelling file selection dialog of vCard/JPilot by Escape...hiro
2005-07-08put existing window in front when trying to reedit draft/queued messages whic...hiro
2005-07-08modified alert dialogs.hiro
2005-07-08added G_ALERTCANCEL to AlertValue, and return it if cancelled.hiro
2005-07-07modified the order of search buttons.hiro
2005-07-07made the order of buttons comply with GNOME HIG.hiro
2005-07-06replaced sylpheed logo with new one.hiro
2005-07-06removed unused images.hiro
2005-07-06added 'insert signature' icon.hiro
2005-07-05fixed 'make distcheck'.hiro
2005-07-05removed unused xpm files.hiro
2005-07-05replaced pixmaps icons with png images.hiro
2005-07-04mark cache as dirty if open failed.hiro
2005-07-04fixed selection becoming wrong when another folder was clicked quickly.hiro
2005-07-04unified mh_move_folder and mh_rename_folder.hiro
2005-07-04implemented IMAP4 folder move.hiro
2005-07-01implemented folder move.hiro
2005-07-01fixed a bug in syncing folder path.hiro
2005-06-30reflect flag changes of manual filtering to IMAP server.hiro
2005-06-30when sending messages, check for line length limit and display warning if exc...hiro
2005-06-29check for filename encoding on the first run.hiro
2005-06-29reverted the previous change of Date: header.hiro
2005-06-28overwrite Date: header with current time when sending from queue.hiro
2005-06-28put a warning if invalid filenames appear on the scan of MH folder.hiro
2005-06-27fixed a possible crash on the view change from imageview to textview.hiro
2005-06-24show SSL verify result as string.hiro
2005-06-24use g_file_test() instead of stat() in some functions.hiro
2005-06-24verify SSL certificate when connecting.hiro
2005-06-24removed some warnings.hiro
2005-06-24removed unused option 'enable_hscrollbar'.hiro
2005-06-24removed unrequired function.hiro
2005-06-23made 2.0.0beta3 release.hiro
2005-06-23expand parent folder when new one is created.hiro
2005-06-23added 'Compose new message' and 'Open with Web browser' to the context menu o...hiro
2005-06-23modified the way to revert selection after menu popup.hiro
2005-06-23made LDAP bind password entry invisible.hiro
2005-06-22fixed bugs of quote colors setting.hiro
2005-06-22made summary columns reorderable by DnD.hiro
2005-06-22disabled strict checking of caches by stat() and improved the performance.hiro
2005-06-21modified the alert message on deleting folders.hiro
2005-06-21moved the option of max news articles to account prefs.hiro
2005-06-21added an option to encrypt when replying to encrypted message.hiro
2005-06-21use currently visible textview for selection reply.hiro
2005-06-20imap.c: fixed parse errors when embedded null characters appeared in headers.hiro