From 3edd0eaa77036476720203b818ed6919a071ecc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt>
Date: Fri, 7 Mar 2025 10:42:25 +0200
Subject: [PATCH] neomutt: add some folders

---
 modules/profiles/desktop/default.nix | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix
index f810c7b..b909cc5 100644
--- a/modules/profiles/desktop/default.nix
+++ b/modules/profiles/desktop/default.nix
@@ -422,10 +422,12 @@ in
                 set sidebar_delim_chars = '/'
                 set sidebar_format = '%B%* %?N?%N?'
                 set mail_check_stats
+                set postponed="+[Gmail]/Drafts"
                 mailboxes =btrfs
                 mailboxes =Debian
                 mailboxes =alerts
-                mailboxes =Sent
+                mailboxes ="[Gmail]/Sent Mail"
+                mailboxes ="[Gmail]/Drafts"
 
                 source ${./notmuch-colors.muttrc}
               '';