From bf8501459e63dca23a7081d89b09f168c9607524 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Tue, 13 Jun 2023 08:42:24 +0000 Subject: [PATCH] deploy: cbbceb4894acb9750388e0cf535aa7a5663b207c --- options.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/options.html b/options.html index 3c9defa22..8a785a0dd 100644 --- a/options.html +++ b/options.html @@ -5040,6 +5040,12 @@ this option) to command strings or directly to build outputs.

programs.offlineimap.enable

Whether to enable OfflineIMAP.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/offlineimap.nix> +
programs.offlineimap.package

The offlineimap package to use. Can be used to specify extensions.

Type: package

Default: pkgs.offlineimap

Example:

pkgs.offlineimap.overridePythonAttrs ( old: {
+  propagatedBuildInputs = old.propagatedBuildInputs
+    ++ (with pkgs.python3Packages; [
+      requests_oauthlib xdg gpgme]);
+})

Declared by:

+ <home-manager/modules/programs/offlineimap.nix>
programs.offlineimap.extraConfig.default

Extra configuration options added to the DEFAULT section.

Type: attribute set of (string or signed integer or boolean)

Default: { }

Example:

{
   gmailtrashfolder = "[Gmail]/Papierkorb";