Watch
1
0
Fork
You've already forked dotfiles
0

Compare commits

..
3 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,6 @@ alternatives=text/plain,text/html
show-headers=false
[compose]
header-layout=To|From,Cc|Bcc,Subject
editor=nvim
address-book-cmd=khard email --parsable --remove-first-line %s

View file

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync %i
ExecStart=/usr/bin/mbsync --all
ExecStartPost=/home/oliver/Dokumente/Coding/scripts/mail-notify.py -v
TimeoutStartSec=1min30s
StandardOutput=syslog

View file

@ -1,9 +1,10 @@
[Unit]
Description=mbsync sync timer (suru)
Description=mbsync sync timer
Conflicts=mbsync9to5.timer
[Timer]
OnCalendar=*:0/5
Unit=mbsync@suru.service
Unit=mbsync.service
[Install]
WantedBy=default.target