1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Small "Create Message" im...
FromSent OnAttachments
Pawel TeczaJul 19, 2006 2:11 am.gz
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 "Create Message" improvementsActions...
From:Pawel Tecza (p.te@net.icm.edu.pl)
Date:Jul 19, 2006 2:11:52 am
List:net.sourceforge.lists.courier-sqwebmail
Attachments:
newmsg_html.patch.gz - 2k

Hello Sam,

This patch contains the following changes:

1. hardcoded <select> tag for a list of nicknames moved to newmsg.html template file and added "class" attribute for it

2. hardcoded <textarea> tag for a message body moved to newmsg.html template file and added "class" attribute for it

I passed with hardcoded MYLINESIZE constant, because now I can change <textarea> size without recompiling Sqwebmail and it's good.

3. added forgotten "type" and "class" attributes for <input> tags builded by newmsg_header() and newmsg_header_rfc822() functions

BTW, what is a difference beetwen these functions? Could you please explain me it? I can't understand why all headers, instead of Subject: header, are builded by newmsg_header_rfc822() function and only this one header is builded by newmsg_header() function. Is it a bug or feature?

What do you think about moving address book list on the right? Now there is a lot of empty space and it looks like blue "hole" ;)

My best regards,