diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/email.home/default.nix | 2 | ||||
| -rw-r--r-- | modules/email.home/query-map.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/email.home/default.nix b/modules/email.home/default.nix index f10e541..9f17fd9 100644 --- a/modules/email.home/default.nix +++ b/modules/email.home/default.nix @@ -46,7 +46,7 @@ in { source = "notmuch://${maildir}"; outgoing = "gmi send -t -C ${work-maildir}"; query-map = "${./query-map.conf}"; - folders-sort = "Inbox,Unread,Important,_sent,_spam"; + folders-sort = "Inbox,Unread,Important,Sent,_spam"; default = "INBOX"; copy-to = "Sent"; postpone = "[Gmail]/Drafts"; diff --git a/modules/email.home/query-map.conf b/modules/email.home/query-map.conf index fe14b08..4c37dee 100644 --- a/modules/email.home/query-map.conf +++ b/modules/email.home/query-map.conf @@ -4,6 +4,6 @@ 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 +Sent=tag:sent and not tag:archived not tag:deleted _spam=tag:spam |
