A bunch of changes

This commit is contained in:
2023-05-26 21:10:38 -07:00
parent 2111b7f937
commit b613c5b5c5
8 changed files with 25 additions and 9 deletions

11
systemd/sync-mail.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Sync mail with mbsync and notmuch
[Service]
Type=oneshot
ExecStart=-mbsync -a ; notmuch new
RuntimeMaxSec=3m
Restart=on-failure
[Install]
WantedBy=default.target