12 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Disabling autorenames...
FromSent OnAttachments
Paweł TęczaJan 10, 2008 5:13 am 
Sam VarshavchikJan 10, 2008 4:49 pm 
Paweł TęczaJan 11, 2008 1:18 am 
Milan ObuchJan 14, 2008 11:29 am 
Paweł TęczaJan 31, 2008 1:52 am.gz
Paweł TęczaJan 31, 2008 2:09 am 
Sam VarshavchikFeb 3, 2008 7:32 am 
Paweł TęczaFeb 4, 2008 12:49 am 
Sam VarshavchikFeb 4, 2008 4:05 am 
Paweł TęczaFeb 4, 2008 4:48 am 
Julie S. LinFeb 4, 2008 9:07 am 
Rainer DuffnerFeb 4, 2008 10:23 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Disabling autorenamesent per user?Actions...
From:Paweł Tęcza (pte@uw.edu.pl)
Date:Feb 4, 2008 12:49:51 am
List:net.sourceforge.lists.courier-sqwebmail

Sam Varshavchik <mrs@courier-mta.com> writes:

Paweł Tęcza writes:

I've been testing the patch and it seems that fixed Sqwebmail still works well, even without the NOAUTORENAMESENT option in user's sqwebmail-config file.

Any comments are welcomed :)

- if ( strncmp(autorenamesent, "no", 2) !=
0 ) + if (strncmp(autorenamesent, "no", 2) !=
0 + && !pref_noautorenamesent)

If this setting is globally turned off, the setting in Preferences gets ignored completely. This is not intuitive, the global setting should be handled nothing more than the initial default for accounts that do not have this setting explicitly set.

I took care of fixing this, and one other small annoyance. If it's turned off, turning it on will result in the renaming of the sent folder on the next login, irrespective of the current date.

Hello Sam,

You're right. I didn't think about these things. Thanks a lot for the valuable remarks!

BTW, is it a chance to apply that feature for the incoming Courier development snapshot? :)

Have a nice day,

Pawel