1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Small "Attachments" impro...
FromSent OnAttachments
Pawel TeczaJul 19, 2006 6:59 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:[sqwebmail] Small "Attachments" improvementsActions...
From:Pawel Tecza (p.te@net.icm.edu.pl)
Date:Jul 19, 2006 6:59:53 am
List:net.sourceforge.lists.courier-sqwebmail

Hi again,

At "Attachments" page you could add "MIME Type" header, because you display MIME type for all uploaded file:

Index: webmail/html/en-us/attachments.html =================================================================== RCS file: /cvsroot/courier/courier/webmail/html/en-us/attachments.html,v retrieving revision 1.33 diff -u -r1.33 attachments.html --- webmail/html/en-us/attachments.html 3 May 2006 01:57:06 -0000 1.33 +++ webmail/html/en-us/attachments.html 19 Jul 2006 13:51:30 -0000 @@ -96,6 +96,8 @@ <tr> <th align="left"><span style="color: #ffff00" class="attachments-header">&nbsp;&nbsp;&nbsp;&nbsp;Attachment</span></th> + <th align="left"><span style="color: #ffff00" + class="attachments-header">MIME&nbsp;Type</span></th> <th align="right"><span style="color: #ffff00" class="attachments-header">Size</span></th> </tr>

Have a nice day,