Compare commits
2 commits
07f89f19c1
...
92b6c017d1
Author | SHA1 | Date | |
---|---|---|---|
92b6c017d1 | |||
bf8a1ca867 |
3 changed files with 4 additions and 4 deletions
|
@ -32,6 +32,7 @@ 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 --all
|
||||
ExecStart=/usr/bin/mbsync %i
|
||||
ExecStartPost=/home/oliver/Dokumente/Coding/scripts/mail-notify.py -v
|
||||
TimeoutStartSec=1min30s
|
||||
StandardOutput=syslog
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
[Unit]
|
||||
Description=mbsync sync timer
|
||||
Conflicts=mbsync9to5.timer
|
||||
Description=mbsync sync timer (suru)
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/5
|
||||
Unit=mbsync.service
|
||||
Unit=mbsync@suru.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in a new issue