Sorry, I forgot the 'no' word.

I think the correct is:

SetEnv SQWEBMAIL_TEMPLATEDIR no

Quoted from sqwebmail.c

 >const char *p=getenv("SQWEBMAIL_AUTORENAMESENT");
 >       if (p && *p)
 >          autorenamesent = p;
 >       if ( strncmp(autorenamesent, "no", 2) != 0 )
 >          (void)rename_sent_folder();

Regards,

Eric Scopinho

----- Original Message ----- 
From: "Chet Finnick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 10, 2003 2:55 PM
Subject: [sqwebmail] SQWEBMAIL_AUTORENAMESENT


> I saw that this was asked before but I could not find a solution.  How do
> you set the environment variable in httpd.conf for
SQWEBMAIL_AUTORENAMESENT
> so that it does not rename the sent folder after every month?  The install
> file only says this:
>
>  --disable-autorenamesent  -  do  not  rename the Sent folder every
>        month.    This    option   can   also   be   controlled   by   the
>        SQWEBMAIL_AUTORENAMESENT environment variable (which can be set in
>        Apache's httpd.conf, for example).
>
> I've tried different ways but it still renames the sent folder after each
> month.  Thanks!
>
> Chet Finnick
>
>
>



Reply via email to