[Citadel Development] Citadel commit log: revision 8716

2010-07-26 Thread dothebart
r8716 | dothebart | 2010-07-26 02:08:06 -0400 (Mon, 26 Jul 2010) | 2 lines Changed paths: M /branches/stable-78x/citadel/modules/imap/imap_tools.c M /trunk/citadel/modules/imap/imap_tools.c Fix IMAP-List command *

[Citadel Development] Re: Citadel commit log: revision 8716

2010-07-26 Thread dothebart
ok, it seems as if that fixes the KMail imap list problem.   one remaining is that we won't compile on *bsd (reported by debian/K Freebsd) because of threads.c this_thread-reltid = syscall(SYS_gettid);don't know how to solve this the best way, #ifdef LINUX won't work, any other ideas? how's that

[Citadel Development] Re:Citadel commit log: revision 8712

2010-07-26 Thread IGnatius T Foobar
seems to me as if you've nuked logging to syslog? if (enable_syslog) { vsyslog((syslog_facility | loglevel), format, arg_ptr); } Nope

[Citadel Development] Citadel commit log: revision 8717

2010-07-26 Thread ajc
r8717 | ajc | 2010-07-26 16:23:11 -0400 (Mon, 26 Jul 2010) | 1 line Changed paths: M /trunk/citadel/modules/instmsg/serv_instmsg.c M /trunk/citadel/serv_extensions.c * When searching instant message logs for

[Citadel Development] Citadel commit log: revision 8718

2010-07-26 Thread ajc
r8718 | ajc | 2010-07-26 16:28:52 -0400 (Mon, 26 Jul 2010) | 1 line Changed paths: M /branches/stable-78x/citadel/serv_extensions.c * Backport the important part of r8717 to stable. I forgot I did this on Friday. When