Hi all,

There used to be one thing that has bothered me for quite a while:

In the list of messages in a folder, when the sender name and or subject
were too long, the select box (+|-) would for some reason wrap to a new
line looking something like this:

+|
-

instead of

+|-

I do not know why (IE in this case) the browser did this, but anyway, I
replaced line 237 in main.php.
I replaced

$tbl_header["c"] = "\n<td>$check_link</td>";

by

$tbl_header["c"] = "\n<td nowrap>$check_link</td>";

and now it works perfectly.


I have, however, one other thing that I do not know how to fix:

The list view of the folder that I specified to contain sent mail should
not display the 'from' field, but the 'to' field.
If possible all subfolders of that folder should be the same.
Does anyone have an idea how to do it?

Alternatively, I would like all mails where the from field corresponds to
the address I entered into identities to show a from field that reads
'to: <to field>'.

Or perhaps someone has a better idea how to do this?

Thanks and a Merry Christmas to all of you!

Martin

--
"What a fool believes he sees, no wise man has the power to reason
away..."

Doobie Brothers (1978)


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Ilohamail-devel mailing list
Ilohamail-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ilohamail-devel

Reply via email to