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}
               '';