summaryrefslogtreecommitdiffstats
path: root/roundcubemail-1.6-legacy.patch
blob: dc88baf37dfa0503c69d4adc1ffc40ef1694686b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 425c93ff6096d9bf6e7cfdba228ecf4fcdc6b3d5 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 7 Mar 2022 12:31:42 +0100
Subject: [PATCH] add imap and smtp host in legacy config options

---
 program/lib/Roundcube/rcube_config.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/program/lib/Roundcube/rcube_config.php b/program/lib/Roundcube/rcube_config.php
index e706226651..d7bb8463fa 100644
--- a/program/lib/Roundcube/rcube_config.php
+++ b/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',
     ];
 
     /**