aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-01-26removed 'Wrap before sending' option, which was rather problematic.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@933 ee746299-78ed-0310-b773-934348b2243d
2006-01-26also recognize GDK_KP_* keycodes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@931 ee746299-78ed-0310-b773-934348b2243d
2006-01-25exclude trash on recursive search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@928 ee746299-78ed-0310-b773-934348b2243d
2006-01-25don't show 'Empty trash' dialog if trashed messages don't exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@927 ee746299-78ed-0310-b773-934348b2243d
2006-01-25'File/Insert signature' now inserts signature into current cursor position.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@926 ee746299-78ed-0310-b773-934348b2243d
2006-01-24update the sensitivity of UI after quick search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@925 ee746299-78ed-0310-b773-934348b2243d
2006-01-24force attaching of specific types on forwarding even if filename is unspecified.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@924 ee746299-78ed-0310-b773-934348b2243d
2006-01-24foldersel.c: place dialog at the center on parent window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@923 ee746299-78ed-0310-b773-934348b2243d
2006-01-24fixed wrong dialog window position.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@922 ee746299-78ed-0310-b773-934348b2243d
2006-01-24save temporary IMAP4 password. Don't try to connect to IMAP4 server when ↵hiro
closing folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@921 ee746299-78ed-0310-b773-934348b2243d
2006-01-23implemented clearing of IMAP4 message caches on exit.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@919 ee746299-78ed-0310-b773-934348b2243d
2006-01-20fixed compilation bug on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@917 ee746299-78ed-0310-b773-934348b2243d
2006-01-20allow non-ascii mailto string and filename on --compose option.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@916 ee746299-78ed-0310-b773-934348b2243d
2006-01-20place some dialogs at the center on parent window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@915 ee746299-78ed-0310-b773-934348b2243d
2006-01-20added tooltip for search entry.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@913 ee746299-78ed-0310-b773-934348b2243d
2006-01-20fixed style modification of folder property dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@912 ee746299-78ed-0310-b773-934348b2243d
2006-01-19fixed crash on quick search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@911 ee746299-78ed-0310-b773-934348b2243d
2006-01-19fixed account selector of compose window having unintended mnemonic.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@909 ee746299-78ed-0310-b773-934348b2243d
2006-01-19handle virtual folders under IMAP4 folders properly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@908 ee746299-78ed-0310-b773-934348b2243d
2006-01-19a bit of optimization for toggling threads.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@907 ee746299-78ed-0310-b773-934348b2243d
2006-01-19implemented quick filter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@906 ee746299-78ed-0310-b773-934348b2243d
2006-01-18added filter conditions of status such as 'unread', 'mark', 'color-label', ↵hiro
and 'mime'. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@905 ee746299-78ed-0310-b773-934348b2243d
2006-01-18summaryview.c: update all_mlist on sorting to save the order.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@904 ee746299-78ed-0310-b773-934348b2243d
2006-01-17modified the window management of export / import dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@903 ee746299-78ed-0310-b773-934348b2243d
2006-01-17enabled toggle of the searchbar.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@901 ee746299-78ed-0310-b773-934348b2243d
2006-01-17implemented quick search of the summary view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@900 ee746299-78ed-0310-b773-934348b2243d
2006-01-13perform show/hide on trayicon click. Implemented popup menu on trayicon.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@896 ee746299-78ed-0310-b773-934348b2243d
2006-01-13fixed 32-bit integer overflow where the total size of POP3 messages is ↵hiro
greater than 2GB. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@895 ee746299-78ed-0310-b773-934348b2243d
2006-01-12fixed a memory leak where threading is off.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@894 ee746299-78ed-0310-b773-934348b2243d
2006-01-12fixed renaming of virtual folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@892 ee746299-78ed-0310-b773-934348b2243d
2006-01-12replaced 'Search messages...' with 'Edit search condition...' on virtual folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@891 ee746299-78ed-0310-b773-934348b2243d
2006-01-12updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@890 ee746299-78ed-0310-b773-934348b2243d
2006-01-11folderview_check_new(): exclude virtual folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@889 ee746299-78ed-0310-b773-934348b2243d
2006-01-11open search folder property on virtual folder with '/Edit/Search messages...'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@884 ee746299-78ed-0310-b773-934348b2243d
2006-01-10added name entry. Also show name in the window title.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@883 ee746299-78ed-0310-b773-934348b2243d
2006-01-10Include some trailing punctuations as URI.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@882 ee746299-78ed-0310-b773-934348b2243d
2006-01-10repositioned the 'Delete' menu and added a separator to prevent accidental ↵hiro
selection. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@881 ee746299-78ed-0310-b773-934348b2243d
2006-01-10implemented the modification of search folder condition.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@880 ee746299-78ed-0310-b773-934348b2243d
2006-01-06partially implemented search folder properties.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@879 ee746299-78ed-0310-b773-934348b2243d
2006-01-06modified the message of deleting search folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@878 ee746299-78ed-0310-b773-934348b2243d
2006-01-06accept when name entry is activated on the save search dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@876 ee746299-78ed-0310-b773-934348b2243d
2006-01-06added a function for minor code cleanup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@874 ee746299-78ed-0310-b773-934348b2243d
2006-01-05add http:// scheme before implicit URIs begin with 'www.'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@873 ee746299-78ed-0310-b773-934348b2243d
2006-01-05fixed a bug that search folders under IMAP4 or NNTP folders couldn't be removed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@871 ee746299-78ed-0310-b773-934348b2243d
2005-12-27cache search result to speed up on and after the second search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@869 ee746299-78ed-0310-b773-934348b2243d
2005-12-26added Windows-1252 for display encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@864 ee746299-78ed-0310-b773-934348b2243d
2005-12-26don't traverse inside message/rfc822 to avoid duplicated attachments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@863 ee746299-78ed-0310-b773-934348b2243d
2005-12-26only add modified flag when files are manually attached.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@862 ee746299-78ed-0310-b773-934348b2243d
2005-12-25include message/rfc822 parts when forwarding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@860 ee746299-78ed-0310-b773-934348b2243d
2005-12-25folderview.c: fixed a bug that previously selected row was removed from the ↵hiro
view instead of currently selected one when deleting/renaming folders from the context menu. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@859 ee746299-78ed-0310-b773-934348b2243d