aboutsummaryrefslogtreecommitdiff
path: root/libsylph/mh.c
AgeCommit message (Expand)Author
2014-04-18replaced 'struct stat' with GStatBuf.hiro
2013-03-13fixed rebuilding of folder tree which had been broken at 3.4.0beta1 (#103).hiro
2013-01-25limit the recursion level of tree scan to 64.hiro
2010-07-29added 'Junk' special folder and automatically create it when not exist.hiro
2009-11-10removed redundant debug print.hiro
2009-11-06svn shiro
2009-11-02more fix for UID more than INT_MAX.hiro
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
2009-10-07mh.c: mh_get_mtime(): fixed memory leak. Added global locks to each functions.hiro
2009-09-15generate cache on adding messages.hiro
2009-09-14update summary cache on move/copy.hiro
2009-09-14update summary caches on receiving.hiro
2009-09-03show progress when scanning folders.hiro
2009-08-12emit remove-msg signal after add-msg for speedup.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2009-03-16unix: fixed infinite loop bug.hiro
2009-03-13win32: use CreateHardLink().hiro
2007-05-10implemented '--open' command line option which open messages specified with c...hiro
2007-04-03win32: fixed a bug that the path separator of FolderItem::path was not proces...hiro
2007-03-25fixed a bug that messages which were not filtered were not counted as new mes...Hiro
2007-03-14fixes data format incompatibility of folderlist.xml between Unix and Win32.hiro
2007-01-30also scan symbolic links on MH mailboxes.hiro
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
2006-06-25improved the performance of rebuilding tree.Hiro
2006-06-25removed redundant folder scan on moving messages.Hiro
2006-06-23win32: optimized scanning of directory.Hiro
2006-03-14fixed duplicated subfolders when rebuilding folder tree on Win32 while settin...hiro
2006-02-06don't reset unread flag when moving/copying messages into trash.hiro
2006-02-06win32: fixed Japanese folder name problem.hiro
2005-12-07update caches and flags when reading message list from a folder.hiro
2005-11-14fixes occasional summary update failure on win32 and some filesystems.hiro
2005-10-03fixed rename on win32.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-05moved more modules to libsylph.hiro