[Citadel Development] SVN commit log: revision 5130

2007-04-26 Thread Citadel commit log

r5130 | dothebart | 2007-04-26 18:43:18 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/citadel/serv_extensions.c

* as this is the errormessage for the non logfile reading n00bs, added a link 
to our faq.




[Citadel Development] SVN commit log: revision 5129

2007-04-26 Thread Citadel commit log

r5129 | dothebart | 2007-04-26 18:30:56 -0400 (Thu, 26 Apr 2007) | 3 lines
Changed paths:
   M /trunk/citadel/Makefile.in
   M /trunk/citadel/citmail.c
   M /trunk/citadel/debian/citadel-mta.postinst

* don't use the config to get the hostname anymore, so we don't need to run 
suid anymore, this has caused trouble in the past once to often.





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

2007-04-26 Thread Eugene Vital
First off sorry for hijacking this thread -


I would like to unsubscribe to this email list but I have forgotten my
user name and password. Can someone help to remove me?


Thanks

Citadel commit log wrote:
> 
> r5126 | ajc | 2007-04-26 17:26:48 -0400 (Thu, 26 Apr 2007) | 1 line
> Changed paths:
>M /trunk/citadel/Makefile.in
>A /trunk/citadel/imap_list.c
>A /trunk/citadel/imap_list.h
>M /trunk/citadel/serv_imap.c
>
> Moved IMAP LIST/LSUB to a separate source file
> 
>   




[Citadel Development] SVN commit log: revision 5128

2007-04-26 Thread Citadel commit log

r5128 | ajc | 2007-04-26 17:55:00 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/citadel/imap_list.c

Annotated imap_list() for upcoming implementation of 
draft-ietf-imapext-list-extensions-18



[Citadel Development] SVN commit log: revision 5127

2007-04-26 Thread Citadel commit log

r5127 | ajc | 2007-04-26 17:45:37 -0400 (Thu, 26 Apr 2007) | 3 lines
Changed paths:
   M /trunk/citadel/serv_smtp.c

Add a comment in smtp_greeting() warning that the fqdn
*must* appear immediately after the 220 status code, and this
should never be changed.



[Citadel Development] SVN commit log: revision 5126

2007-04-26 Thread Citadel commit log

r5126 | ajc | 2007-04-26 17:26:48 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/citadel/Makefile.in
   A /trunk/citadel/imap_list.c
   A /trunk/citadel/imap_list.h
   M /trunk/citadel/serv_imap.c

Moved IMAP LIST/LSUB to a separate source file



[Citadel Development] SVN commit log: revision 5125

2007-04-26 Thread Citadel commit log

r5125 | ajc | 2007-04-26 15:20:00 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/citadel/serv_imap.c

Completed unifying LIST and LSUB into a single code path.



[Citadel Development] SVN commit log: revision 5124

2007-04-26 Thread Citadel commit log

r5124 | ajc | 2007-04-26 12:21:49 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/citadel/serv_imap.c

Continued merging code paths



[Citadel Development] SVN commit log: revision 5123

2007-04-26 Thread Citadel commit log

r5123 | ajc | 2007-04-26 11:33:40 -0400 (Thu, 26 Apr 2007) | 3 lines
Changed paths:
   M /trunk/citadel/serv_imap.c

Began merging the code for IMAP LIST and LSUB
commands into a single code path, in anticipation of implementing
the LIST-EXTENDED extension.