From cdbac47f9d811eb077c405ceecc6f84a0f8504af Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 24 May 2010 22:29:53 +0200 Subject: UIDL database speedup with Patricia trees. Import Rainer Weikusat's code that uses Patricia trees instead of linear lists. Snapshot Rainer's patch 2010-05-24 19:30:42 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3c1a7aab..26c80fd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ fetchmail_SOURCES= fetchmail.h getopt.h \ driver.c transact.c sink.c smtp.c \ idlist.c uid.c mxget.c md5ify.c cram.c gssapi.c \ opie.c interface.c netrc.c \ - unmime.c conf.c checkalias.c \ + unmime.c conf.c checkalias.c uid_db.h uid_db.c\ lock.h lock.c \ rcfile_l.l rcfile_y.y \ ucs/norm_charmap.c ucs/norm_charmap.h -- cgit v1.2.3