aboutsummaryrefslogtreecommitdiff
path: root/modules/email.home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/email.home/default.nix')
-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";