aboutsummaryrefslogtreecommitdiff
path: root/libsylph/mh.c
AgeCommit message (Collapse)Author
2014-04-18replaced 'struct stat' with GStatBuf.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3389 ee746299-78ed-0310-b773-934348b2243d
2013-03-13fixed rebuilding of folder tree which had been broken at 3.4.0beta1 (#103).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3233 ee746299-78ed-0310-b773-934348b2243d
2013-01-25limit the recursion level of tree scan to 64.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3197 ee746299-78ed-0310-b773-934348b2243d
2010-07-29added 'Junk' special folder and automatically create it when not exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2638 ee746299-78ed-0310-b773-934348b2243d
2009-11-10removed redundant debug print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2341 ee746299-78ed-0310-b773-934348b2243d
2009-11-06svn shiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2337 ee746299-78ed-0310-b773-934348b2243d
2009-11-02more fix for UID more than INT_MAX.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2327 ee746299-78ed-0310-b773-934348b2243d
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2286 ee746299-78ed-0310-b773-934348b2243d
2009-10-07mh.c: mh_get_mtime(): fixed memory leak. Added global locks to each functions.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2274 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-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 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-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-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-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
2007-05-10implemented '--open' command line option which open messages specified with ↵hiro
command-line in new window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1686 ee746299-78ed-0310-b773-934348b2243d
2007-04-03win32: fixed a bug that the path separator of FolderItem::path was not ↵hiro
processed correctly. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1589 ee746299-78ed-0310-b773-934348b2243d
2007-03-25fixed a bug that messages which were not filtered were not counted as new ↵Hiro
messages in imap filtering. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1576 ee746299-78ed-0310-b773-934348b2243d
2007-03-14fixes data format incompatibility of folderlist.xml between Unix and Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1568 ee746299-78ed-0310-b773-934348b2243d
2007-01-30also scan symbolic links on MH mailboxes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1513 ee746299-78ed-0310-b773-934348b2243d
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1491 ee746299-78ed-0310-b773-934348b2243d
2006-06-25improved the performance of rebuilding tree.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1086 ee746299-78ed-0310-b773-934348b2243d
2006-06-25removed redundant folder scan on moving messages.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1085 ee746299-78ed-0310-b773-934348b2243d
2006-06-23win32: optimized scanning of directory.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1084 ee746299-78ed-0310-b773-934348b2243d
2006-03-14fixed duplicated subfolders when rebuilding folder tree on Win32 while ↵hiro
settings were shared between Win32 and Unix. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1049 ee746299-78ed-0310-b773-934348b2243d
2006-02-06don't reset unread flag when moving/copying messages into trash.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@978 ee746299-78ed-0310-b773-934348b2243d
2006-02-06win32: fixed Japanese folder name problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@977 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-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-10-03fixed rename on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@618 ee746299-78ed-0310-b773-934348b2243d
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-05moved more modules to libsylph.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@548 ee746299-78ed-0310-b773-934348b2243d