aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-junk-filter.c
Commit message (Expand)AuthorAgeFilesLines
* use camel_debugRadek Doulik2005-02-151-4/+5
* do not call gconf here as we may be called from worker threadRadek Doulik2004-12-021-14/+19
* when starting new spamd, call it with --socketpath parameter to use unixRadek Doulik2004-11-251-102/+349
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* (em_junk_sa_test_spamd): try to get spamd/spamc binaries fromRadek Doulik2004-06-221-1/+17
* clone view before saving it to avoid problems with setting current_view_idRadek Doulik2004-06-221-1/+1
* move ignore case outside of block. Stupid c language.Not Zed2004-05-131-34/+50
* ops, put close to the other if branchRadek Doulik2004-03-111-0/+1
* (pipe_to_sa_with_error): do not call close, camel_stream_closeRadek Doulik2004-03-111-1/+0
* call camel_stream_close and close the fds[1]Radek Doulik2004-03-111-1/+2
* use g_find_program_in_path to avoid fork in case program is not availableRadek Doulik2004-02-131-0/+8
* Same.Jeffrey Stedfast2004-02-121-0/+5
* if spamc is not available, try /usr/sbin/spamcRadek Doulik2004-02-121-42/+101
* move to the next message after mark not junk as wellRadek Doulik2004-02-071-19/+21
* split into spamassassin and spamd tests (em_junk_sa_is_available): testRadek Doulik2004-02-061-14/+23
* handle the sa prefs here, have own gconf client with sa dir addedRadek Doulik2004-02-031-11/+39
* use mail_session_get_sa_daemon_portRadek Doulik2004-01-241-4/+5
* Oops, when calling spamassassin rather than spamc, we need to invokeJeffrey Stedfast2004-01-231-6/+10
* Fixes bug #53175.Jeffrey Stedfast2004-01-231-196/+182
* uncomment system wide spamd testRadek Doulik2004-01-221-11/+18
* use mail_session_get_sa_use_daemonRadek Doulik2004-01-131-1/+1
* added SA prefs (mail_session_get_sa_local_only): new helper methodRadek Doulik2004-01-131-22/+39
* add NULL at the end of argv for execvp (poited out by Frank Solensky,Radek Doulik2004-01-061-11/+18
* (em_junk_sa_test_spamd): rename em_junk_sa_spamd_tested toRadek Doulik2003-11-131-36/+35
* new helper function, use it before any call to spamassassin, spamc andRadek Doulik2003-11-131-10/+36
* merged spam filtering branchRadek Doulik2003-11-131-0/+327