From: Michael M Slusarz Date: Mon, 9 Mar 2009 21:11:43 +0000 (-0600) Subject: Bug #8050: Fix drafts selection X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cdcd54b75d1cc39363b6db83c34866782562391a;p=horde.git Bug #8050: Fix drafts selection --- diff --git a/imp/lib/prefs.php b/imp/lib/prefs.php index ac6b4d91a..6df19415d 100644 --- a/imp/lib/prefs.php +++ b/imp/lib/prefs.php @@ -69,7 +69,7 @@ function handlefolders($updated, $pref, $folder, $new) return $updated; } -function handle_folderselect($updated) +function handle_draftsselect($updated) { return $updated | handlefolders($updated, 'drafts_folder', 'drafts', 'drafts_new'); } diff --git a/imp/templates/prefs/draftsselect.inc b/imp/templates/prefs/draftsselect.inc index 96b92352c..df405df6b 100644 --- a/imp/templates/prefs/draftsselect.inc +++ b/imp/templates/prefs/draftsselect.inc @@ -20,8 +20,8 @@ function newDraftsFolderName()