Don't create cache header and body folders
This commit is contained in:
parent
6ca41d5c9e
commit
4fa4538173
1 changed files with 0 additions and 12 deletions
|
@ -47,15 +47,3 @@
|
|||
file:
|
||||
path: ~/.cache/neomutt
|
||||
state: directory
|
||||
|
||||
- name: Create account header cache directories
|
||||
file:
|
||||
path: ~/.cache/neomutt/{{ item.fulladdress }}/headers
|
||||
state: directory
|
||||
with_items: "{{ accounts }}"
|
||||
|
||||
- name: Create account message cache directories
|
||||
file:
|
||||
path: ~/.cache/neomutt/{{ item.fulladdress }}/bodies
|
||||
state: directory
|
||||
with_items: "{{ accounts }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue