atom feed4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Removing the ...
FromSent OnAttachments
Anand BuddhdevMay 26, 2004 11:02 am 
Sam VarshavchikMay 26, 2004 3:42 pm 
sco...@ruralnetwork.netMay 27, 2004 3:01 am 
Anand BuddhdevMay 27, 2004 3:41 am 
Subject:Re: [courier-users] Re: Removing the ACL controls from webmail
From:Anand Buddhdev (ana@celtelplus.com)
Date:May 27, 2004 3:41:43 am
List:net.sourceforge.lists.courier-users

On Thu, May 27, 2004 at 10:00:25AM +0000, sco@ruralnetwork.net wrote:

Hi Scott,

We offer webmail to our customers using sqwebmail. I'm currently using version 4.0.4 on our servers. I'd like to use the latest version because it offers enhancements and bug fixes. However, I don't want to confuse my users with the new ACL controls provided in version 4 and above. Is there any way to get sqwebmail to NOT display the little key symbols next to the folder names? I checked the documentation and didn't see any explicit mention of this (unless I missed it).

I got rid of it by deleting this line from the installed /usr/lib/courier/share/sqwebmail/html/en-us/folders.html file.

[#$ACLICON=@@key.png, width="21" height="16" alt="Folders" title="Permissions" border="0"@Permissions@#]

So far, it's produced the desired effect with no negative side-effects.

I also did the same with this line, as I didn't want the "Public Folders", either:

[#$PUBLICFOLDERS=<em>Public Folders</em>#]

Ah yes, that's a much better idea. Sam's idea of an invisible GIF image still has the problem that a user could click on it anyway, and end up with a screen that confuses him or her.

Thanks!