Generate the Thunderbird identity and outgoing server preferences needed for explicit accounts.email.accounts.<name>.ews accounts, and add an outlook.office365.com-ews flavor preset for Office365 Exchange accounts. Closes #8011
9 lines
409 B
Nix
9 lines
409 B
Nix
{
|
|
thunderbird = ./thunderbird.nix;
|
|
thunderbird-auth-methods = ./thunderbird-auth-methods.nix;
|
|
thunderbird-auth-warning = ./thunderbird-auth-warning.nix;
|
|
thunderbird-office365 = ./thunderbird-office365.nix;
|
|
thunderbird-exchange = ./thunderbird-exchange.nix;
|
|
thunderbird-with-firefox = ./thunderbird-with-firefox.nix;
|
|
thunderbird-native-messaging-host = ./thunderbird-native-messaging-host.nix;
|
|
}
|