3 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Read message icons in...
FromSent OnAttachments
Pawel TeczaFeb 5, 2007 6:34 am 
Sam VarshavchikFeb 5, 2007 3:21 pm 
Pawel TeczaFeb 6, 2007 2:38 am.patch
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] Read message icons in one row?Actions...
From:Pawel Tecza (pte@uw.edu.pl)
Date:Feb 6, 2007 2:38:09 am
List:net.sourceforge.lists.courier-sqwebmail
Attachments:

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

Pawel Tecza writes:

Hello again :)

What's your opinion about displaying read message icons in one row? I can't understand why you break them if you have a lot of free space on the right [1].

Well, a long time there were no icons, and just text labels, which can still be shown using the "noimages" flag. In those days, there wasn't really enough room on one row for all of these labels.

But, perhaps it's time to make some progress.

Hello Sam,

Thanks a lot for your reply and the green light for the icons in one row! ;)

I'm attaching my very simply patch. It was made against original webmail/folder.c file (without my previous patch for hardcoded HTML attributes of unread messages label).

My best regards,

Pawel Tecza

--- webmail/folder.c-orig 2007-02-05 14:56:40.000000000 +0100 +++ webmail/folder.c 2007-02-06 11:27:17.000000000 +0100 @@ -1040,8 +1040,6 @@ (long)msg_pos, msg_replylistlab);

- printf("<td width=\"100%%\"></td></tr></table><table border=\"0\"
cellspacing=\"4\" cellpadding=\"4\"><tr>"); - /* FORWARD */

printf("<td class=\"message-menu-button\"><a href=\"");