diff --git a/home/accounts.nix b/home/accounts.nix index fa2283e5..ff4ed876 100644 --- a/home/accounts.nix +++ b/home/accounts.nix @@ -26,6 +26,8 @@ enable = true; create = "both"; expunge = "both"; + patterns = + [ "INBOX" "Archive" "Drafts" "Sent" "Spam" "Starred" "Trash" ]; subFolders = "Verbatim"; extraConfig.account.AuthMechs = "LOGIN"; };