Browse Source

add imap and smtp host in legacy config options (#8467)

pull/8485/head
Remi Collet 3 years ago
committed by GitHub
parent
commit
b2396399c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      program/lib/Roundcube/rcube_config.php

2
program/lib/Roundcube/rcube_config.php

@ -55,6 +55,8 @@ class rcube_config
'mail_read_time' => 'preview_pane_mark_read',
'session_debug' => 'log_session',
'redundant_attachments_cache_ttl' => 'redundant_attachments_memcache_ttl',
'imap_host' => 'default_host',
'smtp_host' => 'smtp_server',
];
/**

Loading…
Cancel
Save