replace vdirsyncer with pimsync

This commit is contained in:
Pig Monkey 2026-04-09 15:30:40 -07:00
parent 7163e79c1e
commit 56584e528b
4 changed files with 5 additions and 3 deletions

View file

@ -170,6 +170,7 @@ firejail:
blacklist:
- ~/.calendars
- ~/.config/vdirsyncer
- ~/.config/pimsync
- ~/.contacts
- ~/.keys
- ~/.mbsyncrc

View file

@ -23,6 +23,7 @@
dest: /etc/firejail/mutt.local
block: |
noblacklist ~/.config/vdirsyncer
noblacklist ~/.config/pimsync
noblacklist ~/.vdirsyncer
noblacklist ~/.calendars
noblacklist ~/.contacts

View file

@ -14,7 +14,7 @@ then
/usr/bin/offlineimap -o
{% endif %}
{% if mail.sync_pim %}
vdirsyncer sync
pimsync sync
{% endif %}
{% if mail.sync_taskwarrior %}
task sync

View file

@ -1,7 +1,7 @@
---
- name: Install vdirsyncer
- name: Install pimsync
pacman:
name: vdirsyncer
name: pimsync
state: present
- name: Install khard