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