aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/programs/getmail-accounts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/programs/getmail-accounts.nix')
-rw-r--r--home-manager/modules/programs/getmail-accounts.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/modules/programs/getmail-accounts.nix b/home-manager/modules/programs/getmail-accounts.nix
index 32e1312dc8f..24eb4fb588a 100644
--- a/home-manager/modules/programs/getmail-accounts.nix
+++ b/home-manager/modules/programs/getmail-accounts.nix
@@ -17,8 +17,8 @@ with lib;
mailboxes = mkOption {
type = types.nonEmptyListOf types.str;
- default = [];
- example = ["INBOX" "INBOX.spam"];
+ default = [ ];
+ example = [ "INBOX" "INBOX.spam" ];
description = ''
A non-empty list of mailboxes. To download all mail you can
use the <literal>ALL</literal> mailbox.