On 2006-04-12, David Gomillion wrote: > > We have something like this for users who use webmail... you may want to > check personal preferences in SqWebMail, specifically the "Do not > archive sent messages in the Sent folder" checkbox. > > There's probably a global setting, but I'm not on the console of our > server right now. >
Yes, when the environment variable SQWEBMAIL_AUTORENAMESENT is set to "no", auto-archiving is disabled. If you have apache, you can use the following in your httpd.conf: SetEnv SQWEBMAIL_AUTORENAMESENT no -- Georg ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
