aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-06-27 03:32:54 +0000
committerLibravatar GitHub <noreply@github.com>2024-06-27 03:32:54 +0000
commitc908c0fb2d6635b951f135317b1bc4a0200b3d8c (patch)
treee538be519046aa5c7787c00087c09ae45c8489b6 /etc/profile-a-l
parentmodif: keep /sys/module/nvidia* if prop driver and no no3d (#6387) (diff)
downloadfirejail-c908c0fb2d6635b951f135317b1bc4a0200b3d8c.tar.gz
firejail-c908c0fb2d6635b951f135317b1bc4a0200b3d8c.tar.zst
firejail-c908c0fb2d6635b951f135317b1bc4a0200b3d8c.zip
profiles: claws-mail: add ~/.cache/claws-mail (#6378)
It is apparently used by the (widely used) "Fancy" plugin, which "Renders HTML e-mail using the WebKit library". https://www.claws-mail.org/plugins.php Relates to #6377. Note: etc/profile-a-l/email-common.profile contains `private-cache`.
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/claws-mail.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/claws-mail.profile b/etc/profile-a-l/claws-mail.profile
index 14497bba9..2d2f0e48d 100644
--- a/etc/profile-a-l/claws-mail.profile
+++ b/etc/profile-a-l/claws-mail.profile
@@ -11,9 +11,12 @@ include globals.local
11# adding the following line to claws-mail.local: 11# adding the following line to claws-mail.local:
12#ignore no3d 12#ignore no3d
13 13
14noblacklist ${HOME}/.cache/claws-mail
14noblacklist ${HOME}/.claws-mail 15noblacklist ${HOME}/.claws-mail
15 16
17mkdir ${HOME}/.cache/claws-mail
16mkdir ${HOME}/.claws-mail 18mkdir ${HOME}/.claws-mail
19whitelist ${HOME}/.cache/claws-mail
17whitelist ${HOME}/.claws-mail 20whitelist ${HOME}/.claws-mail
18 21
19# Add the below lines to your claws-mail.local if you use python-based plugins. 22# Add the below lines to your claws-mail.local if you use python-based plugins.