I applied your patch for the preview pane according to:
http://lists.roundcube.net/mail-archive/roundcube.dev/2006/10/51/
When I view an email in the preview pane that has images. the
images don't show and there is no options to view images as in the
single email window. Is that known issue or is it my configuration?
Also is there a way to resize the the pane so the pane is bigger than
the email list even if its hard coded? Thanks
Geoff
Geoff Hasz wrote:
When I view an email in the preview pane that has images. the images don't show and there is no options to view images as in the single email window. Is that known issue or is it my configuration? Also is there a
Known issue.
way to resize the the pane so the pane is bigger than the email list even if its hard coded? Thanks
Not right now.
The preview pane is about to be completely rewritten. Be patient. Great things will happen. Or, well, at least a new preview pane will :)
Robin
Robin Elfrink wrote:
Geoff Hasz wrote:
When I view an email in the preview pane that has images. the images don't show and there is no options to view images as in the single email window. Is that known issue or is it my configuration? Also is there a
Known issue.
way to resize the the pane so the pane is bigger than the email list even if its hard coded? Thanks
Not right now.
The preview pane is about to be completely rewritten. Be patient. Great things will happen. Or, well, at least a new preview pane will :)
Robin
Cool, Thanks for the quick reply. Just checking, before I spend another couple hours messing with it. By the way nice job on the work your doing. Thanks
Geoff
I haven't traced down the issue yet but whatever changed yesterday is writing headers before the redirect after deleting a message in detailed view.
[20-Nov-2006 09:49:01] PHP Warning: Cannot modify header information - headers already sent in /var/www/roundcubemail/program/include/rcube_shared.inc on line 143
On 20-nov-2006, at 16:56, Matt Kaatman wrote:
I haven't traced down the issue yet but whatever changed yesterday
is writing headers before the redirect after deleting a message in
detailed view.[20-Nov-2006 09:49:01] PHP Warning: Cannot modify header
information - headers already sent in /var/www/roundcubemail/ program/include/rcube_shared.inc on line 143
That's my mistake I'm afraid.
I added a this.message_list.init() after deleting one or more
messages, to rebuild the list indexes, but this.message_list does not
always exist, obviously :)
Fixed (hopefully) in revision 373.
Robin