aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-06-20added 'Add to address book' to the context menu of textview.hiro
2005-06-17added an option to execute command when new messages arrived.hiro
2005-06-16check exit status to detect errors when send messages using commands.hiro
2005-06-16fixed wrong unread count of trash folders.hiro
2005-06-15added 'Tools/Filter junk mails in folder' menu.hiro
2005-06-15made 'File/Insert signature' replace current signature, or add it to the bottom.hiro
2005-06-14fixed slightly wrong scroll position of the text view when the displayed mess...hiro
2005-06-14scroll the view to the cursor position after paste.hiro
2005-06-14compose scroll fix.hiro
2005-06-14scroll the compose view to the cursor position after inserting signatures or ...hiro
2005-06-14fixed wrong unread number display after moving local unread message to IMAP4 ...hiro
2005-06-14fixed a bug that the change of color labels was not saved.hiro
2005-06-13integrated junk filter setting into common prefs.hiro
2005-06-13include currently selected row on flag search if message view is visible but ...hiro
2005-06-13reacquire CAPABILITY after STARTTLS since it can be changed.hiro
2005-06-10fixed Turkish locale problem.hiro
2005-06-10unified some frames and checkboxes in common prefs.hiro
2005-06-10really fixed the crash bug.hiro
2005-06-10flush events before scrolling to selected.hiro
2005-06-10fixed possible crash (take 2).hiro
2005-06-10fixed possible crash when sorted by From/To/Subject.hiro
2005-06-09fixed scroll positon problem after some operations.hiro
2005-06-08reimplemented progress dialog with GtkTreeView.hiro