meles/attachment_preview

在消息区域预览附件,而不是在新标签页中

dev-main 2023-02-11 19:35 UTC

This package is auto-updated.

Last update: 2024-09-11 22:58:33 UTC


README

在消息区域预览附件,而不是在新标签页。

用法

该插件为附件菜单添加了一个选项,因此您可以直接在消息区域内预览附件

“”

安装

在您的 Roundcube 插件文件夹中执行以下行

wget -q https://github.com/jv-barsuk/roundcube_attachment_preview/archive/refs/heads/main.zip -O attachment_preview.zip; unzip attachment_preview.zip; mv roundcube_attachment_preview-main attachment_preview; rm attachment_preview.zip

将插件 'attachment_preview', 添加到您的 roundcube 配置文件 config/config.inc.php 中的插件列表

$config['plugins'] = array(
        'carddav',
        'persistent_login',
        'attachment_preview',
);