From 0bcc91d1701a7b01b11eefb5f93b767a62098ecf Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 20 Oct 2018 18:05:26 +0200 Subject: [PATCH] Remove social-media stuff after 2y --- Code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Code.js b/Code.js index 0473350..e065b1a 100644 --- a/Code.js +++ b/Code.js @@ -4,6 +4,7 @@ var MAX_DELETE_PER_LOOP = 1000 function cleanup() { trashByQuery("older_than:10y") trashByQuery("label:newsletter older_than:6m") + trashByQuery("label:social-media older_than:2y") } function trashByQuery(query) {