1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
92b6c017d1 systemd: update “mbsync” units 2024-09-01 15:46:54 +02:00
bf8a1ca867 aerc: set header layout 2024-09-01 15:46:26 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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