aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.c
AgeCommit message (Expand)Author
2018-01-16fixed typos (#278).hiro
2014-04-18wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward compa...hiro
2014-04-11fixed a bug that new/unread/total numbers in folderlist.xml was corrupted if ...hiro
2013-09-11added 'Last 30 days' to the quick search menu.hiro
2013-01-22fixes IMAP4 server using IPv6 address on Windows.hiro
2012-07-27made export/import progress dialog cancellable.hiro
2011-08-03reflect account preference for trash folder.hiro
2011-06-08remove queue headers when moving messages from a queue folder (fixes Debian B...hiro
2011-05-18cancel online mode switch if active sessions exist.hiro
2010-12-14disconnect all current sessions of remote folders when going offline.hiro
2010-07-30added new account option 'Put signature before quote (not recommended)'.hiro
2010-07-29added 'Junk' special folder and automatically create it when not exist.hiro
2010-02-16use case insensitive match on Win32 when checking existent folders to prohibi...hiro
2010-02-12added 'In addressbook' to the quick search menu.hiro
2009-12-08added 'Last 7 days' to the quick search.hiro
2009-11-06svn shiro
2009-11-05add a new flag: RemoteFolder::remove_cache_on_destroy.hiro
2009-09-14update summary caches on receiving.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2007-09-27fixed a bug that virtual folders were not sorted properly.hiro
2007-09-14modified the method of getting IMAP4 folder list.hiro
2007-07-11code cleanup.hiro
2007-05-11qsearch_cond_type now persists between sessions.hiro
2007-05-11the quick search condition now persists for the whole session.hiro
2007-04-03win32: fixed a bug that the path separator of FolderItem::path was not proces...hiro
2007-03-14fixes data format incompatibility of folderlist.xml between Unix and Win32.hiro
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
2006-11-20added 2 Folder API.hiro
2006-11-02added the option 'Remember last selected message'.hiro
2006-02-22use filename-safe string for IMAP cache directory.hiro
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
2005-12-09folder_find_item_from_identifier(): also return top folder.hiro
2005-10-13enabled the property of the top folder.hiro
2005-10-03fixed rename on win32.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-13added 'View/Sort/by thread date'.hiro
2005-09-05moved more modules to libsylph.hiro