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.
Whether to enable OfflineIMAP. Type: boolean Default: Example: Declared by: The offlineimap package to use. Can be used to specify extensions. Type: package Default: Example: Declared by: Extra configuration options added to the
Type: attribute set of (string or signed integer or boolean) Default: Example: programs.offlineimap.enable
false
true
<home-manager/modules/programs/offlineimap.nix>
+
programs.offlineimap.package
pkgs.offlineimap
pkgs.offlineimap.overridePythonAttrs ( old: {
+ propagatedBuildInputs = old.propagatedBuildInputs
+ ++ (with pkgs.python3Packages; [
+ requests_oauthlib xdg gpgme]);
+})
+ <home-manager/modules/programs/offlineimap.nix>
programs.offlineimap.extraConfig.default
DEFAULT
section.{ }
{
gmailtrashfolder = "[Gmail]/Papierkorb";