aboutsummaryrefslogtreecommitdiff
path: root/modules/email.home/default.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-03 11:21:46 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-03 11:22:02 +0530
commit26343d2eef0e8892cecb1645935294e221e9f1a7 (patch)
treec3a1678699418d312b0cae3baf94e12844f1ab3f /modules/email.home/default.nix
parentb83f4b93e48797264859804de3932abbacabe566 (diff)
downloadnixos-config-26343d2eef0e8892cecb1645935294e221e9f1a7.tar.gz
nixos-config-26343d2eef0e8892cecb1645935294e221e9f1a7.zip
Email config change
Diffstat (limited to '')
-rw-r--r--modules/email.home/default.nix2
1 files changed, 1 insertions, 1 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";