From 162c08a4575d4915bc77e1aada2ec304fa0d1700 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 19 Aug 2014 13:54:04 +0000 Subject: [PATCH] fix broken move via nm-action-menu-entry --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 2d657753c5..4ac6f12630 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -2773,7 +2773,7 @@ app.classes.mail = AppJS.extend( var key = window.localStorage.key(i); // Find directly by what the key would look like - if(key.indexOf('cached_fetch_mail::{"selectedFolder":"'+_target.id+'"') == 0) + if(key.indexOf('cached_fetch_mail::{"selectedFolder":"'+target+'"') == 0) { window.localStorage.removeItem(key); }