2021-10-28 09:46:12 +02:00
|
|
|
{
|
2023-09-11 20:23:04 +02:00
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
2019-10-23 03:44:17 +02:00
|
|
|
config.machine.pkgsets.mail_utils.pkgs = with pkgs; [
|
2024-11-16 11:24:24 +01:00
|
|
|
aerc
|
|
|
|
abook
|
|
|
|
pizauth
|
|
|
|
libsecret # to request passwords from keyring
|
|
|
|
notmuch
|
|
|
|
(isync.override { withCyrusSaslXoauth2 = true; })
|
2019-10-23 03:44:17 +02:00
|
|
|
mailutils
|
2024-11-16 11:24:24 +01:00
|
|
|
pandoc # to convert messages
|
2019-10-23 03:44:17 +02:00
|
|
|
];
|
|
|
|
}
|