san4op/folder_info

Plugin to show information message above the messages list

Maintainers

Package info

github.com/san4op/roundcube_folder_info

Homepage

Type:roundcube-plugin

pkg:composer/san4op/folder_info

Statistics

Installs: 264

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 3

1.0.4 2025-08-25 09:07 UTC

This package is auto-updated.

Last update: 2026-02-25 10:06:08 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.