[Citadel Development] SVN commit log: revision 5305

2007-07-16 Thread Citadel commit log
r5305 | thierry | 2007-07-16 03:17:35 -0400 (Mon, 16 Jul 2007) | 1 line Changed paths: M /trunk/webcit/static/webcit.css iconbar CSS: forgot inactive user background on user list

[Citadel Development] SVN commit log: revision 5306

2007-07-16 Thread Citadel commit log
r5306 | thierry | 2007-07-16 04:07:29 -0400 (Mon, 16 Jul 2007) | 3 lines Changed paths: M /trunk/webcit/summary.c I didn't initialize current time (it worked on my box ?) Hope it's work now, sorry.

[Citadel Development] Re:code for consideration

2007-07-16 Thread davew
Sun 15 Jul 2007 04:54:36 PM EDT from [EMAIL PROTECTED] Subject: Re:code for consideration please send diffs that apply cleanly against svn head... Hmm, when I generated the diffs it was against the must recent verion ie the head.Can you provide an example of what svn command I should run to get

[Citadel Development] Re:SVN commit log: revision 5304

2007-07-16 Thread davew
Sun 15 Jul 2007 05:15:08 PM EDT from [EMAIL PROTECTED] Subject: Re:code for consideration ok, i like it. do you think that this can work for serv_funambol.c too (as this one does s.th. like that? )my latest commit should give patch a hook it can lean on, so this won't happen anymore. I gues

[Citadel Development] Re:code for consideration

2007-07-16 Thread davew
Mon 16 Jul 2007 11:11:41 AM EDT from [EMAIL PROTECTED] Subject: Re:SVN commit log: revision 5304 Sun 15 Jul 2007 05:15:08 PM EDT from [EMAIL PROTECTED] Subject: Re:code for consideration ok, i like it. do you think that this can work for serv_funambol.c too (as this one does s.th. like that?

[Citadel Development] (no subject)

2007-07-16 Thread IGnatius T Foobar
Actually, I think the EVT_BEFORESAVE hook is the one you're interested in. And yes, doing that way would be far more efficient than implementing a new queue.

[Citadel Development] (no subject)

2007-07-16 Thread IGnatius T Foobar
I did not write serv_funambol.c; it was contributed by the author of the middleware with which it connects. messages.c is allowed to have global variables because it's part of the text client, which is not multithreaded. (Unless you're talking about messages.c from webcit, in which case

[Citadel Development] Re:\�����t��`���

2007-07-16 Thread dothebart
thierry, the list looks real neat by now. As stated out by people in the support room, there are usecases where it's not needed. as i'd like that to be an install time configuration, how do you think about disabling it by commandline parameter?

[Citadel Development] Re:user modules and Makefile

2007-07-16 Thread davew
Mon 16 Jul 2007 01:49:37 PM EDT from [EMAIL PROTECTED] I think we should have a uniq framework over there. Maybe we can configure-time enable your module, if people want it, they can add it, and it can stay in touch with ongoing development.I can add the stuff to the autofoo.I was looking for

[Citadel Development] SVN commit log: revision 5307

2007-07-16 Thread Citadel commit log
r5307 | thierry | 2007-07-16 17:55:02 -0400 (Mon, 16 Jul 2007) | 1 line Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/static/webcit.css fix the reply subject bug

[Citadel Development] SVN commit log: revision 5308

2007-07-16 Thread Citadel commit log
r5308 | dothebart | 2007-07-16 18:06:19 -0400 (Mon, 16 Jul 2007) | 5 lines Changed paths: M /trunk/webcit/po/da.po M /trunk/webcit/po/de.po M /trunk/webcit/po/es.po M /trunk/webcit/po/fr.po M

[Citadel Development] (no subject)

2007-07-16 Thread IGnatius T Foobar
I am completely in agreement that it would be a good idea to have the build system scan a given directory for Citadel modules, and add them to the build. Unfortunately I don't know how to do that. :( But I am willing to accept it as a patch if someone else codes it up. I