From d45a41ecd31dd81d5e03d9038ff5d52271a2cf52 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 16 Dec 2014 03:40:43 -0700 Subject: [PATCH] Remove auto-save notification Don't see the need for this... autosave drafts is important precisely when the user is NOT aware of it, so they will not change their behavior on the basis of knowing when the message is being auto-saved. --- imp/lib/Ajax/Application/Handler/Draft.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imp/lib/Ajax/Application/Handler/Draft.php b/imp/lib/Ajax/Application/Handler/Draft.php index dfdfa637863..d5077837584 100644 --- a/imp/lib/Ajax/Application/Handler/Draft.php +++ b/imp/lib/Ajax/Application/Handler/Draft.php @@ -113,10 +113,6 @@ protected function _draftAction($action) } switch ($action) { - case 'autoSaveDraft': - $GLOBALS['notification']->push(_("Draft automatically saved."), 'horde.message'); - break; - case 'saveDraft': if ($GLOBALS['prefs']->getValue('close_draft')) { $imp_compose->destroy('save_draft');