well to all:
previous inherent thread was going to nothing, so i'll open a new one. 1.0.23 gives problems compile time. Small things: src/auth/bincimap-uidpwd.cc: andreas used linux' get_current_dir_name(). Fix with this patch -sop 40a41,44 > #ifndef MAXPATHLEN > #include <sys/param.h> > #endif > 49c53 < cout << get_current_dir_name() << endl; --- > cout << getcwd(NULL, MAXPATHLEN) << endl; -eop to andreas: you write good code but please mind these details. people don't like to see compile-time errors, this gives a bad impression to wveryone who's not experienced with developing. mind portability. if you need access to *bsd machines, just write me, i can give you some user shell. for the rest, thanks for your effort, i've never liked courier. -- Mij -o- [EMAIL PROTECTED] -o- http://mij.oltrelinux.com

