Compare commits
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue