From 98b0d491ab13557eff52deebcdae48215bf34125 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 21 Oct 2009 13:40:59 -0600 Subject: [PATCH] Fix notifications in preferences popup windows --- imp/pgp.php | 7 +++++++ imp/smime.php | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/imp/pgp.php b/imp/pgp.php index 6642dc9cc..fd6426695 100644 --- a/imp/pgp.php +++ b/imp/pgp.php @@ -1,5 +1,7 @@ replace('status', array('prefs' => true, 'viewmode' => 'imp'), 'IMP_Notification_Listener_Status'); + $title = _("Import PGP Key"); require IMP_TEMPLATES . '/common-header.inc'; IMP::status(); diff --git a/imp/smime.php b/imp/smime.php index 677e1ae05..dde17cb94 100644 --- a/imp/smime.php +++ b/imp/smime.php @@ -1,5 +1,7 @@ replace('status', array('prefs' => true, 'viewmode' => 'imp'), 'IMP_Notification_Listener_Status'); + $title = _("Import S/MIME Key"); require IMP_TEMPLATES . '/common-header.inc'; IMP::status(); -- 2.11.0