comparison src/Makefile.am @ 255:52f467c7213b noffle

[svn] * docs/noffle.1,src/Makefile.am,src/Makefile.in,src/content.c, src/content.h,src/database.c,src/database.h,src/expire.c, src/expire.h,src/noffle.c: Split out expire code from database.c, change to remove articles in place (rather than rebuild article database) and add separate command to rebuild article database from articles listed in overviews. This may help if the article database gets corrupted.
author bears
date Wed, 26 Jun 2002 14:15:44 +0100
parents 3e205fab11cb
children c02c4eb95f95
comparison
equal deleted inserted replaced
254:4c0f54d51591 255:52f467c7213b
9 configfile.c configfile.h \ 9 configfile.c configfile.h \
10 content.c content.h \ 10 content.c content.h \
11 control.c control.h \ 11 control.c control.h \
12 database.c database.h \ 12 database.c database.h \
13 dynamicstring.c dynamicstring.h \ 13 dynamicstring.c dynamicstring.h \
14 expire.c expire.h \
14 fetch.c fetch.h \ 15 fetch.c fetch.h \
15 fetchlist.c fetchlist.h \ 16 fetchlist.c fetchlist.h \
16 filter.c filter.h \ 17 filter.c filter.h \
17 group.c group.h \ 18 group.c group.h \
18 itemlist.c itemlist.h \ 19 itemlist.c itemlist.h \