On Sun, 2018-04-01 at 18:56 +0200, Tomas Nilzon wrote:
> Is it perhaps possible to manually edit some configuration file or
> for example launch Evolution by a script that automatically sets the
> desired zoom-level?

        Hi,
there is nothing built-in for it, the zoom level of the preview panel
is not remembered anywhere. There is a possibility to write a module
(kind of plugin), which would set the zoom level when created,
something like this [1], but it's not trivial and you'd need root
access to your system anyway, to have the module installed at the
correct place. On the other hand, the code itself would be fairly
trivial.
        Bye,
        Milan

[1] 
https://git.gnome.org/browse/evolution/tree/src/modules/settings/e-settings-mail-browser.c
    While it may extend EWebView, or to have it for the Mail preview only
    then rather EMailDisplay, and in its constructed() method call:
    webkit_web_view_set_zoom_level (WEBKIT_WEB_VIEW (extensible), 1.5);
_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to