san4op / folder_info
Plugin to show information message above the messages list
Installs: 228
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 3
Type:roundcube-plugin
pkg:composer/san4op/folder_info
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.3
This package is auto-updated.
Last update: 2025-09-25 09:22:46 UTC
README
Plugin to show information message above the messages list.
Configuration Options
Set the following options directly in Roundcube's config file (example):
$rcmail_config['folder_info_messages'] = array( 'Folder 1' => 'Messages will be deleted after {} {}.', 'Folder 2' => 'Messages will be deleted after {} days.' ); $rcmail_config['folder_info_messages_args'] = array( 'Folder 1' => array(30, 'days'), 'Folder 2' => 14 );
Translation
You can help me to translate plugin here.