Jump to content

Thunderbird: Difference between revisions

128 bytes added ,  Wednesday at 16:42
m
Specify that nixpkgs modifications are only available on the unstable version of NixOS until 24.11 is published.
(Description of configuration through Nixpkgs which has been added with https://github.com/NixOS/nixpkgs/commit/70b284d60cbddb0f16f19693ee84e3f12c57e171)
m (Specify that nixpkgs modifications are only available on the unstable version of NixOS until 24.11 is published.)
Line 8: Line 8:
     thunderbird
     thunderbird
   ];
   ];
</syntaxhighlight>Or by setting <code>programs.thunderbird.enable</code> to true in your system configuration.
</syntaxhighlight>Or by setting <code>programs.thunderbird.enable</code> to true in your system configuration.<!-- Usable in unstable, will be available in version 24.11. -->


== Configuration of Thunderbird ==
== Configuration of Thunderbird ==
Thunderbird stores configuration and data in the hidden .thunderbird folder in the homedirectories. There are the following solutions:  
Thunderbird stores configuration and data in the hidden .thunderbird folder in the homedirectories. There are the following solutions:  
* Use Nixpkgs, currently setting policies and preferences is supported.
* Use Nixpkgs, currently setting policies and preferences is supported.<!-- Usable in unstable, will be available in version 24.11. -->
* Use [[Home Manager]].
* Use [[Home Manager]].
* Manual configuration with the Thunderbird GUI and backup (and move to others PCs) of the .thunderbird folder. Using IMAP with server-side storage will enable to have several instances of Thunderbird with the same settings and e-mail content.
* Manual configuration with the Thunderbird GUI and backup (and move to others PCs) of the .thunderbird folder. Using IMAP with server-side storage will enable to have several instances of Thunderbird with the same settings and e-mail content.
5

edits