From 4242a01983eb57ac44d5fcfbda75339d486ea4f1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 27 May 2025 11:13:06 +0530 Subject: Refactor email setup + add email sender to notification --- modules/email/query-map.conf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 modules/email/query-map.conf (limited to 'modules/email/query-map.conf') diff --git a/modules/email/query-map.conf b/modules/email/query-map.conf deleted file mode 100644 index fe14b08..0000000 --- a/modules/email/query-map.conf +++ /dev/null @@ -1,9 +0,0 @@ -Inbox=tag:inbox and not tag:archived and not tag:sent and not tag:deleted and not tag:spam - -Unread=tag:inbox and tag:unread and not tag:spam - -Important=tag:important and not tag:archived and not tag:deleted and not tag:spam - -_sent=tag:sent and not tag:archived not tag:deleted - -_spam=tag:spam -- cgit v1.3.1