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