aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Collapse)Author
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2259 ee746299-78ed-0310-b773-934348b2243d
2009-09-25fixed the handling of GDK thread lock.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2258 ee746299-78ed-0310-b773-934348b2243d
2009-09-17disable threading if USE_THREADS is not set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2257 ee746299-78ed-0310-b773-934348b2243d
2009-09-17introduced multi-threading.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2255 ee746299-78ed-0310-b773-934348b2243d
2009-09-15generate cache on adding messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2253 ee746299-78ed-0310-b773-934348b2243d
2009-09-15minor optimization: use g_slist_prepend() for mark/cache queue.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2252 ee746299-78ed-0310-b773-934348b2243d
2009-09-14use MsgFlagInfo struct for mark queue to reduce its memory usage.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2251 ee746299-78ed-0310-b773-934348b2243d
2009-09-14update summary cache on move/copy.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2249 ee746299-78ed-0310-b773-934348b2243d
2009-09-14update summary cache when importing from mbox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2248 ee746299-78ed-0310-b773-934348b2243d
2009-09-14update summary caches on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2247 ee746299-78ed-0310-b773-934348b2243d
2009-09-03show progress when scanning folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2230 ee746299-78ed-0310-b773-934348b2243d
2009-08-20set_log_file(): open log file as text mode.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2218 ee746299-78ed-0310-b773-934348b2243d
2009-08-13added -version-info to libtool.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2214 ee746299-78ed-0310-b773-934348b2243d
2009-08-12emit remove-msg signal after add-msg for speedup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2209 ee746299-78ed-0310-b773-934348b2243d
2009-08-11show progress bar on export. modified menu label and function names.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2205 ee746299-78ed-0310-b773-934348b2243d
2009-08-10remove comments from Content-Type charset parameter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2200 ee746299-78ed-0310-b773-934348b2243d
2009-08-04show progressbar on mbox import.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2196 ee746299-78ed-0310-b773-934348b2243d
2009-06-10merged plugin-test branch into trunk.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2164 ee746299-78ed-0310-b773-934348b2243d
2009-03-17win32: use _commit().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2123 ee746299-78ed-0310-b773-934348b2243d
2009-03-17abort if fsync() fails.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2122 ee746299-78ed-0310-b773-934348b2243d
2009-03-17do fflush() and fsync() before fclose() when writing configuration files.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2121 ee746299-78ed-0310-b773-934348b2243d
2009-03-16unix: fixed infinite loop bug.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2120 ee746299-78ed-0310-b773-934348b2243d
2009-03-13win32: use CreateHardLink().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2117 ee746299-78ed-0310-b773-934348b2243d
2009-02-27modified the default command line option of spam filters.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2116 ee746299-78ed-0310-b773-934348b2243d
2008-12-26properly process lines longer than 8192 bytes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2106 ee746299-78ed-0310-b773-934348b2243d
2008-12-15modified variable name.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2093 ee746299-78ed-0310-b773-934348b2243d
2008-12-11renamed/removed MSGBUFSIZE.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2091 ee746299-78ed-0310-b773-934348b2243d
2008-12-11made a workaround for raw-JIS filename (Eudora etc.).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2090 ee746299-78ed-0310-b773-934348b2243d
2008-12-03added SYL_ prefix to SockFlags enum to avoid confliction with recent glibc ↵hiro
header file. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2088 ee746299-78ed-0310-b773-934348b2243d
2008-11-28when removing news/imap accounts, remove cache directory with server name if ↵hiro
it becomes empty. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2084 ee746299-78ed-0310-b773-934348b2243d
2008-11-27don't save older backups of UIDL files.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2081 ee746299-78ed-0310-b773-934348b2243d
2008-11-25only count for non-junk and not-deleted and not-marked-as-read messages when ↵hiro
incorporating from mbox. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2078 ee746299-78ed-0310-b773-934348b2243d
2008-11-19libsylph/session.c: session_connect(): fixed a bug that session->server was ↵hiro
not set. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2073 ee746299-78ed-0310-b773-934348b2243d
2008-11-19keep backups of config files for four generations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2071 ee746299-78ed-0310-b773-934348b2243d
2008-09-29check for HAVE_LOCALE_H and ENABLE_NLS.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2045 ee746299-78ed-0310-b773-934348b2243d
2008-09-24workaround for some broken IMAP4 servers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2040 ee746299-78ed-0310-b773-934348b2243d
2008-09-19remote mailbox: added stop button which stops retrieving of headers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2036 ee746299-78ed-0310-b773-934348b2243d
2008-09-17remote mailbox: implemented message display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2032 ee746299-78ed-0310-b773-934348b2243d
2008-09-17implemented remote POP3 mailbox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2031 ee746299-78ed-0310-b773-934348b2243d
2008-07-10imap_add_inter_folders(): more error checks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2027 ee746299-78ed-0310-b773-934348b2243d
2008-07-09fixed rebuilding of IMAP folder tree.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2026 ee746299-78ed-0310-b773-934348b2243d
2008-06-19added function to change the behavior of character encoding auto-detection.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2019 ee746299-78ed-0310-b773-934348b2243d
2008-06-18also use MimeInfo::filename to determine file type.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2018 ee746299-78ed-0310-b773-934348b2243d
2008-06-05fixed some character corruption with ...utf8 locale string.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2004 ee746299-78ed-0310-b773-934348b2243d
2008-06-05fixed Content-Transfer-Encoding with comments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2001 ee746299-78ed-0310-b773-934348b2243d
2008-05-08remember the maximized state of compose window.]hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1990 ee746299-78ed-0310-b773-934348b2243d
2008-04-24added option of excluded addresses/domains for recipients confirmation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1985 ee746299-78ed-0310-b773-934348b2243d
2008-04-09always display error dialog when connection to SMTP server failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1973 ee746299-78ed-0310-b773-934348b2243d
2008-04-08added the option to confirm recipients before sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1970 ee746299-78ed-0310-b773-934348b2243d
2008-03-28the feature to confirm missing attachments was added.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1968 ee746299-78ed-0310-b773-934348b2243d