Page 1 of 1

enable multicolumn view in visible right pane mode

Posted: Mon Feb 19, 2018 4:31 pm
by e_a_s_y
hello,

i need help ...

i want to enable the multicolumn mode together with the right pane preview window for the mail list.

i found some switches in the souces but no one ist working.

i tested with zimbra-desktop (win x64), and there i found the working part in the "jetty\webapps\zimbra\js\mailCore_All.js" file.
here i can enable the multicolĀ“s together with the right pane.

but for my server (8.8.5) this swich will not work ...
(yes i have cleared the cache..)

can anyone help me ?

is there an other location for the ajax-mode files ?

thanks,
easy

ps: antwort gerne auch in deutsch ..

Re: enable multicolumn view in visible right pane mode

Posted: Tue Feb 20, 2018 8:09 pm
by e_a_s_y
ok i answered myself,

the right file is the "/js/MailCore_all.js.zgz"
its an packed file, to edit this file rename to *.gz then u can open and edit.

the right place ist in line 3922.
replace the return !this... with return true

ok thanks