diff src/imap/main.c @ 1138:340dea0150bf HEAD

Added client_workarounds setting, with currently one workaround for OE6.
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Feb 2003 12:30:29 +0200
parents c1f6c20cde9a
children 03f1455664d7
line wrap: on
line diff
--- a/src/imap/main.c	Tue Feb 11 12:12:14 2003 +0200
+++ b/src/imap/main.c	Tue Feb 11 12:30:29 2003 +0200
@@ -72,6 +72,7 @@
 	hin = 0; hout = 1;
 	rawlog_open(&hin, &hout);
 
+        mail_storage_init();
 	mail_storage_register_all();
 	clients_init();