Don't notify in mbsync.service

This commit is contained in:
flyingscorpio@clevo 2023-04-20 23:25:35 +02:00
parent 7c91dd7b67
commit de4ebdc14d

View file

@ -4,7 +4,6 @@ Description=Mailbox synchronization service
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -a
ExecStart=/usr/bin/find %h/.local/share/mail -type d -name new -not -empty -mmin -5 -exec /usr/bin/notify-send {} \;
[Install]
WantedBy=default.target