From 6c8967205fc0ae4a74cc28566f69ff569cd4c3dc Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Fri, 8 Oct 2021 11:33:05 +0200 Subject: [PATCH 1/2] Update config.inc.php.dist --- config/config.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index eae9f40..484885c 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -11,3 +11,8 @@ $config['html5_notifier_smbox'] = '1'; // Directories excluded for notifications. Use ; as separator for multiple directories $config['html5_notifier_excluded_directories'] = 'Trash'; + +// How to open message on notification click +// 0 - In a new tab +// 1 - In a new window +$config['html5_notifier_popuptype'] = '1'; From b3d60523ba046aae01ce412233392049363258b5 Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Tue, 6 Feb 2024 15:52:50 +0100 Subject: [PATCH 2/2] Update config.inc.php.dist --- config/config.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index 484885c..f446008 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -15,4 +15,4 @@ $config['html5_notifier_excluded_directories'] = 'Trash'; // How to open message on notification click // 0 - In a new tab // 1 - In a new window -$config['html5_notifier_popuptype'] = '1'; +$config['html5_notifier_popuptype'] = 0;