thunderbird: add module

Add a new Thunderbird module that uses the configuration in
`accounts.email.accounts` to setup SMTP and IMAP accounts.

Multiple profiles are not supported at this point.
This commit is contained in:
David 2022-09-21 18:03:17 +02:00 committed by Robert Helgesson
parent 9333581075
commit b764068a50
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
11 changed files with 476 additions and 0 deletions

View file

@ -815,6 +815,14 @@ in
A new module is available: 'xfconf'.
'';
}
{
time = "2022-11-04T14:56:46+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'programs.thunderbird';
'';
}
];
};
}