Commit 3618269369fe
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -115,15 +115,17 @@ in
[InboxFilter]
[FolderNameFilter]
- folder_blacklist = "perso/[Gmail]/All Mail" "redhat/[Gmail]/All Mail"
maildir_separator = /
[MailMover]
- folders = perso/Inbox redhat/Inbox
+ folders = perso/Inbox redhat/Inbox
+ # "perso/[Gmail]/All Mail" "redhat/[Gmail]/All Mail"
rename = true
perso/Inbox = 'NOT tag:Inbox':"perso/[Gmail]/All Mail"
redhat/Inbox = 'NOT tag:Inbox':"redhat/[Gmail]/All Mail"
+ #"perso/[Gmail]/All Mail" = 'tag:Inbox':perso/Inbox
+ #"redhat/[Gmail]/All Mail" = 'tag:Inbox':redhat/Inbox
'';
};
programs.notmuch.enable = true;