Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r--program/steps/mail/show.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc
index a36dce918..bb085cb3b 100644
--- a/program/steps/mail/show.inc
+++ b/program/steps/mail/show.inc
@@ -85,7 +85,7 @@ if ($uid) {
// set configuration
$RCMAIL->set_env_config(array('delete_junk', 'flag_for_deletion', 'read_when_deleted',
- 'skip_deleted', 'display_next', 'forward_attachment'));
+ 'skip_deleted', 'display_next', 'forward_attachment', 'mailvelope_main_keyring'));
// set special folders
foreach (array('drafts', 'trash', 'junk') as $mbox) {