roundcube: use pspell for spellchecking
By default, upstream enables a third party service in the cloud: https://github.com/roundcube/roundcubemail/blob/1.4.3/config/defaults.inc.php#L790-L798
This commit is contained in:
@@ -12,6 +12,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
|
||||
database.password = "not production";
|
||||
package = pkgs.roundcube.withPlugins (plugins: [ plugins.persistent_login ]);
|
||||
plugins = [ "persistent_login" ];
|
||||
dicts = with pkgs.aspellDicts; [ en fr de ];
|
||||
};
|
||||
services.nginx.virtualHosts.roundcube = {
|
||||
forceSSL = false;
|
||||
|
||||
Reference in New Issue
Block a user