From e12601f83f10888188b977231c1ba3e75bcdc6ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gon=C3=A7alo=20Queir=C3=B3s?= Date: Thu, 21 Oct 2010 19:16:19 +0100 Subject: [PATCH] Bug #9328: Make folder rename work again Signed-off-by: Michael M Slusarz --- imp/js/dimpbase.js | 1 - 1 file changed, 1 deletion(-) diff --git a/imp/js/dimpbase.js b/imp/js/dimpbase.js index c3085fc38..73ff6f9b3 100644 --- a/imp/js/dimpbase.js +++ b/imp/js/dimpbase.js @@ -2265,7 +2265,6 @@ var DimpBase = { if (val) { switch (mode) { case 'rename': - folder = folder.up('LI'); if (folder.retrieve('l') != val) { action = 'renameMailbox'; params = { -- 2.11.0