From 26343d2eef0e8892cecb1645935294e221e9f1a7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Jul 2025 11:21:46 +0530 Subject: Email config change --- modules/email.home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/email.home/default.nix') 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"; -- cgit v1.3.1