diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-24 17:40:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-24 17:41:00 +0530 |
| commit | ce0a366e8ba58fb967d4270e9c0e7d3ba759c759 (patch) | |
| tree | e2db6bcce4eb29bcb92e8d64502d76cf6bc2b95c /modules/email/query-map.conf | |
| parent | 5fc036f8de3c55bea6a5853bdd35ca65f168a48e (diff) | |
| download | nixos-config-ce0a366e8ba58fb967d4270e9c0e7d3ba759c759.tar.gz nixos-config-ce0a366e8ba58fb967d4270e9c0e7d3ba759c759.zip | |
Add setup for notmuch+lieer+aerc for email
Diffstat (limited to 'modules/email/query-map.conf')
| -rw-r--r-- | modules/email/query-map.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/email/query-map.conf b/modules/email/query-map.conf new file mode 100644 index 0000000..fe14b08 --- /dev/null +++ b/modules/email/query-map.conf @@ -0,0 +1,9 @@ +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 |
