aboutsummaryrefslogtreecommitdiff
path: root/libsylph/filter.c
AgeCommit message (Expand)Author
2016-01-18fixed Oniguruma regex match again.hiro
2015-12-02fixed regex match when using Oniguruma.hiro
2015-08-07fixed crash on Ubuntu 14.04 where oniguruma was enabled.hiro
2014-06-05fixed crash on 32-bit OS with 64-bit time_t.hiro
2013-02-14added an option: 'Do not classify message as junk if sender is in the address...hiro
2011-01-20check the return value of junk filter command and show error dialog on failure.hiro
2011-01-06optimized filter rule matching by modifying the order of condition matching.hiro
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
2010-07-16fixed a bug that the value of <account-id> tag was not parsed correctly.hiro
2010-06-02modified debug log for filter.hiro
2010-06-02added debug log for filter.hiro
2010-05-21fixed a bug that MIME flag was not set to filtered sent messages.hiro
2010-02-12made default_addrbook_func static, and made 3.0beta8 release.hiro
2010-02-10fixed crash.hiro
2010-02-10added a new filter match type: is (not) in addressbook.hiro
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
2009-09-17introduced multi-threading.hiro
2009-09-14update summary caches on receiving.hiro
2007-09-19disabled auto decrypt on filtering to avoid passphrase dialog. made 2.4.6 rel...hiro
2007-07-13win32: fixes renaming of folder didn't modify filter actions.hiro
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
2007-03-15apply flag changes in IMAP automatic filtering.hiro
2007-01-17fixed IMAP4 filtering when IP unreachable.hiro
2006-08-03support Oniguruma for regex.hiro
2006-01-18added filter conditions of status such as 'unread', 'mark', 'color-label', an...hiro
2005-12-21some modification of searching.hiro
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
2005-12-09added utility functions for optimization of filter.hiro
2005-10-20fixed execution failure on filtering if a file path includes space.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-05moved more modules to libsylph.hiro