I've laid this down on top of a fresh svn and haven't been able to get it to work. I've set both config options to TRUE and havent been able to get it to appear. After some poking around I forced the preview pane to open by changing app.js:
if (selected && this.env.enable_preview && this.env.preview) to if (selected && this.env.preview)
I got a seperate pane this way but it had the RC start page with "SERVICE CURRENTLY NOT AVAILABLE!".
On the off chance this was a browser problem I tried it on Firefox 1.5, Firefox 2.0rc3, and IE 6 in Linux and Windows. No luck.
Anyone else having this problem? Or have I done something stupid?
-Ryan
Robin Elfrink wrote:
Hi,
I managed to spend some time on my preview pane, to make it work in the current SVN revision 361.
Two options were added to config/main.inc.php:
// Enable preview pane $rcmail_config['enable_preview'] = FALSE;
// display preview pane if enabled $rcmail_config['preview'] = FALSE;
Some issues that I have:
- Attachment filenames are gone, even though the preview pane displays
them correctly.
- There should be a 'view source' button if a message is previewed.
Robin