Hi all, I respond to myself. This morning i tried several mods in the source code and this time it works !!!!
In fact before compiling i just changed two files(in the past i changed many files resulting in compilation failure) : maildir/maildirmisc.h :#define TRASH "Corbeille" imap/config.h #define TRASH "Corbeille" And that's all. When i do "strings imapd" i have .Corbeille/ in it instead of Trash, and if i move a message to Corbeille it decrease the quota usage. Don't forget to modify maildrop source code by search and replacing TRASH value, because there could be a boggus quota calculation if you don't do that. (if maildrop thinks TRASH is Trash and imap thinks TRASH is Corbeille or whatever) Cheers, Eric Eric PEYREMORTE a écrit : > Hi all, > > I'm not english and wanted to translate the name of the trash foler. I > would like to have a folder named > "Corbeille" instead of "Trash". > I changed TRASHFOLDERNAME in imapd conf file, but the quota calculation > still applies to a folder named > "trash" and not to the new one called "Corbeille". > I tried several things, update and more.... > When i tried to change the source code i had compilation errors... > > How can i do to translate it ? > > Thanks > Eric PEYREMORTE > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Courier-imap mailing list > [email protected] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
