12 May
2006
12 May
'06
4 p.m.
On Fri, 2006-05-12 at 13:29 +0100, Mike Brudenell wrote:
Info: set->protocols = >imap imaps< Info: imap: *fd = -1 Info: imaps: *fd = 0 Fatal: Protocol imaps given more than once
OK, I guess you didn't compile with C99-compatible C compiler. The problem is that Dovecot fallbacks to old way of initializing structs, and looks like I've been lazy and not keeping them working properly.
Attached patch should fix it.