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 show-headers=false
[compose] [compose]
header-layout=To|From,Cc|Bcc,Subject
editor=nvim editor=nvim
address-book-cmd=khard email --parsable --remove-first-line %s address-book-cmd=khard email --parsable --remove-first-line %s

View file

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

View file

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