diff --git a/js/mzta-placeholders.js b/js/mzta-placeholders.js index aa7173f7..2156ec60 100644 --- a/js/mzta-placeholders.js +++ b/js/mzta-placeholders.js @@ -163,9 +163,6 @@ export async function getPlaceholders(onlyEnabled = false){ } // console.log('>>>>>>>>>>>> getPlaceholders output: ' + JSON.stringify(output)); let prefs = await browser.storage.local.get({ add_tags: false }); - if (prefs.add_tags) { - output = output.filter(obj => obj.id !== 'tags_full_list' && obj.id !== 'tags_current_email'); - } return output; }