aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Collapse)Author
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 renaming of virtual folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@892 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-06fixes a bug that search cache occasionally didn't work.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@875 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-26prevent duplicate retrieval after incomplete POP3 session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@865 ee746299-78ed-0310-b773-934348b2243d
2005-12-25added more characters to be substituted for filename.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@861 ee746299-78ed-0310-b773-934348b2243d
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@850 ee746299-78ed-0310-b773-934348b2243d
2005-12-21some modification of searching.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@848 ee746299-78ed-0310-b773-934348b2243d
2005-12-20look for all accounts when enable_swap_from is enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@845 ee746299-78ed-0310-b773-934348b2243d
2005-12-19remember the maximized state.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@838 ee746299-78ed-0310-b773-934348b2243d
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@836 ee746299-78ed-0310-b773-934348b2243d
2005-12-19support nonstandard encoding 'ks_c_5601-1987'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@835 ee746299-78ed-0310-b773-934348b2243d
2005-12-14added an option to update only INBOX on checking new messages of IMAP4 accounts.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@827 ee746299-78ed-0310-b773-934348b2243d
2005-12-13enabled custom queue folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@826 ee746299-78ed-0310-b773-934348b2243d
2005-12-09folder_find_item_from_identifier(): also return top folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@818 ee746299-78ed-0310-b773-934348b2243d
2005-12-09added utility functions for optimization of filter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@814 ee746299-78ed-0310-b773-934348b2243d
2005-12-08imap_get_msg_list(): only update mtime when folder is not opened.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@807 ee746299-78ed-0310-b773-934348b2243d
2005-12-07update caches and flags when reading message list from a folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@806 ee746299-78ed-0310-b773-934348b2243d
2005-12-05imap_cmd_append(): send message contents all at once.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@800 ee746299-78ed-0310-b773-934348b2243d
2005-12-01fixed compilation failure on some environments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@793 ee746299-78ed-0310-b773-934348b2243d
2005-11-29removed debug print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@789 ee746299-78ed-0310-b773-934348b2243d
2005-11-28moved outgoing encoding option into Display - Encoding tab.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@786 ee746299-78ed-0310-b773-934348b2243d
2005-11-28also normalize text files on win32 when saving parts.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@784 ee746299-78ed-0310-b773-934348b2243d
2005-11-28reverted linebreak conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@783 ee746299-78ed-0310-b773-934348b2243d
2005-11-25uncanonicalize unencoded text when saving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@780 ee746299-78ed-0310-b773-934348b2243d
2005-11-25removed CR+LF to LF conversion on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@779 ee746299-78ed-0310-b773-934348b2243d
2005-11-25session_read_data_as_file_cb(): don't write to file until buffer is filled ↵hiro
more than the half. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@777 ee746299-78ed-0310-b773-934348b2243d
2005-11-25fixed a bug that lost first part of message data on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@776 ee746299-78ed-0310-b773-934348b2243d
2005-11-24win32: don't uncanonicalize text files when decoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@775 ee746299-78ed-0310-b773-934348b2243d
2005-11-24reduced memory usage on POP3 session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@774 ee746299-78ed-0310-b773-934348b2243d
2005-11-22reduced memory usage on SMTP session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@771 ee746299-78ed-0310-b773-934348b2243d
2005-11-22imap.c: quote additional chars.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@770 ee746299-78ed-0310-b773-934348b2243d
2005-11-22remember the last compose window position.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@769 ee746299-78ed-0310-b773-934348b2243d
2005-11-21modified the order of common prefs options.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@766 ee746299-78ed-0310-b773-934348b2243d
2005-11-18moved the position of Spell tab.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@762 ee746299-78ed-0310-b773-934348b2243d
2005-11-17win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@760 ee746299-78ed-0310-b773-934348b2243d
2005-11-17implemented spell checking.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@754 ee746299-78ed-0310-b773-934348b2243d
2005-11-14fixes occasional summary update failure on win32 and some filesystems.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@744 ee746299-78ed-0310-b773-934348b2243d
2005-11-14prevent integer overflow on summary status.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@742 ee746299-78ed-0310-b773-934348b2243d
2005-11-10don't show gpg warning on win32 by default.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@735 ee746299-78ed-0310-b773-934348b2243d
2005-11-07implemented auto-save.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@718 ee746299-78ed-0310-b773-934348b2243d
2005-11-07moved the location of fallback_encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@716 ee746299-78ed-0310-b773-934348b2243d
2005-11-04added preset menu for junk learning commands.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@713 ee746299-78ed-0310-b773-934348b2243d
2005-11-02added an option to mark filtered junk mails as read.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@710 ee746299-78ed-0310-b773-934348b2243d
2005-11-02reimplemented external editor with GSpawn and GChildWatch.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@705 ee746299-78ed-0310-b773-934348b2243d
2005-11-01added fallback encoding setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@702 ee746299-78ed-0310-b773-934348b2243d
2005-10-31execute_sync(): win32: get exit status of child process by not using helper ↵hiro
program. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@700 ee746299-78ed-0310-b773-934348b2243d