aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/trusted/email.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-03home-manager: add `isTrusted`Franck Cuny1-0/+0
Install and configure some programs only on trusted machines. On trusted machines, my mails, GPG and a few other things are configured. A machine where this is not needed on a regular basis to get things done don't need that much information. Also rename `desktop/trust` to `trusted`, in case we want these packages on a host that is not a desktop, and `trusted` is a better description.
2022-04-03email: use afew to filter emailsFranck Cuny1-25/+17
This is still not working as I want, will need more iteration.
2022-02-14email: multiple fixesFranck Cuny1-8/+15
Update the configuration for mbsync so that the name of the mail's folder matches the one from our back (fastmail -> Fastmail). Some changes to the pre-fetch script and move it into the notmuch folder. Set the environment variables for the systemd unit.
2022-02-13email: add initial email configurationFranck Cuny1-0/+71
Configure the account and pull with mbsync. We run notmuch after the pull.