From 7d0184e9ead9c7d29f9599ad79342a3b91492f0c Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 13 Jul 2009 10:47:19 +0000 Subject: [PATCH] you need to have current_app modified when importing mail --- infolog/inc/class.infolog_ui.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index 9afd47be81..eae3c2cc03 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -1368,6 +1368,7 @@ class infolog_ui if (!empty($_to_emailAddress)) { + $GLOBALS['egw_info']['flags']['currentapp'] = 'infolog'; echo ''; if (is_array($_attachments))