diff --git a/options.xhtml b/options.xhtml index a262176a3..37f1c6433 100644 --- a/options.xhtml +++ b/options.xhtml @@ -1315,6 +1315,11 @@ attribute set of (submodule)
Declared by:
+
+<home-manager/modules/programs/thunderbird.nix>
+
+ |
<home-manager/modules/programs/khard.nix>
@@ -1802,6 +1807,90 @@ null or string
|
accounts.contact.accounts.<name>.thunderbird.enable
+
+
+Whether to enable the Thunderbird mail client for this account.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/thunderbird.nix>
+
+ |
accounts.contact.accounts.<name>.thunderbird.profiles
+
+
+List of Thunderbird profiles for which this account should be +enabled. If this list is empty (the default), this account will +be enabled for all declared profiles.
+ +Type: +list of string
+ +Default:
+[ ]
Example:
[ "profile1" "profile2" ]
+
+
+
+Declared by:
+
+
+<home-manager/modules/programs/thunderbird.nix>
+
+ |
accounts.contact.accounts.<name>.thunderbird.token
+
+
+A token is generated when adding an address book manually to Thunderbird, this can be entered here.
+ +Type: +null or string
+ +Default:
+null
Example:
+"secret_token"
Declared by:
+
+
+<home-manager/modules/programs/thunderbird.nix>
+
+ |
accounts.contact.accounts.<name>.vdirsyncer.enable