Skip to content

Roundcube Webmail plugin to show information messages above the messages list.

License

Notifications You must be signed in to change notification settings

san4op/roundcube_folder_info

Repository files navigation

Folder Info (Roundcube Webmail Plugin)

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.

Donate

You can make a donation here, this will help motivate me to continue my work.