Skip to content

Commit

Permalink
Remove auto-save notification
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slusarz committed Dec 16, 2014
1 parent abe473c commit d45a41e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imp/lib/Ajax/Application/Handler/Draft.php
Expand Up @@ -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');
Expand Down

0 comments on commit d45a41e

Please sign in to comment.