changeset 102:fc3383ac21a9 HEAD

".log.2" is also possible index file.
author Timo Sirainen <tss@iki.fi>
date Sat, 31 Aug 2002 18:45:55 +0300
parents edc37d046b08
children 08186ac2784e
files src/lib-index/mail-index.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index.c	Sat Aug 31 18:24:00 2002 +0300
+++ b/src/lib-index/mail-index.c	Sat Aug 31 18:45:55 2002 +0300
@@ -18,7 +18,8 @@
 #include <fcntl.h>
 #include <utime.h>
 
-static const char *index_file_prefixes[] = { "data", "hash", "log", NULL };
+static const char *index_file_prefixes[] =
+	{ "data", "hash", "log", "log.2", NULL };
 
 static int mmap_update(MailIndex *index)
 {