Mercurial > noffle
diff src/fetch.c @ 249:0340b9c17edc noffle
[svn] *** empty log message ***
| author | mirkol |
|---|---|
| date | Tue, 14 May 2002 15:25:45 +0100 |
| parents | ffb1848a39db |
| children | 3477050e8d10 |
line wrap: on
line diff
--- a/src/fetch.c Tue Mar 26 17:52:48 2002 +0000 +++ b/src/fetch.c Tue May 14 15:25:45 2002 +0100 @@ -1,7 +1,7 @@ /* fetch.c - $Id: fetch.c 342 2001-12-09 12:31:57Z bears $ + $Id: fetch.c 381 2002-05-14 14:25:45Z mirkol $ */ #if HAVE_CONFIG_H @@ -29,6 +29,7 @@ #include "dynamicstring.h" #include "fetch.h" #include "fetchlist.h" +#include "filter.h" #include "request.h" #include "group.h" #include "lock.h" @@ -169,6 +170,10 @@ Log_err( "Could not open message base" ); return FALSE; } + Flt_init( fetch.serv ); /* Get filter data. Sorry, can't do it in Client_getOver(). + * This is the lowest procedure not in the + * noffle.c:doFetch() tree. */ + return fetchNewArts( name, mode ); }
