setup-cockpit/roles/neomutt/files/mbsync.service

9 lines
230 B
Desktop File

[Unit]
Description=Mailbox synchronization service
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -a && find ~/.local/share/mail -type d -name new -not -empty -mmin -5 -exec notify-send {} \;
[Install]
WantedBy=default.target