mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-17 16:37:46 +00:00
replace vdirsyncer with pimsync
This commit is contained in:
parent
7163e79c1e
commit
56584e528b
4 changed files with 5 additions and 3 deletions
|
|
@ -170,6 +170,7 @@ firejail:
|
|||
blacklist:
|
||||
- ~/.calendars
|
||||
- ~/.config/vdirsyncer
|
||||
- ~/.config/pimsync
|
||||
- ~/.contacts
|
||||
- ~/.keys
|
||||
- ~/.mbsyncrc
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
dest: /etc/firejail/mutt.local
|
||||
block: |
|
||||
noblacklist ~/.config/vdirsyncer
|
||||
noblacklist ~/.config/pimsync
|
||||
noblacklist ~/.vdirsyncer
|
||||
noblacklist ~/.calendars
|
||||
noblacklist ~/.contacts
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Install vdirsyncer
|
||||
- name: Install pimsync
|
||||
pacman:
|
||||
name: vdirsyncer
|
||||
name: pimsync
|
||||
state: present
|
||||
|
||||
- name: Install khard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue