diff --git a/Code.js b/Code.js index e065b1a..c1d823f 100644 --- a/Code.js +++ b/Code.js @@ -2,9 +2,10 @@ var MAX_DELETE_PER_LOOP = 1000 function cleanup() { - trashByQuery("older_than:10y") + trashByQuery("label:crontab older_than:6m") trashByQuery("label:newsletter older_than:6m") trashByQuery("label:social-media older_than:2y") + trashByQuery("older_than:10y") } function trashByQuery(query) {