From c908c0fb2d6635b951f135317b1bc4a0200b3d8c Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 27 Jun 2024 03:32:54 +0000 Subject: 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`. --- etc/inc/disable-programs.inc | 1 + etc/profile-a-l/claws-mail.profile | 3 +++ 2 files changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index a856e81f4..6e624a1ea 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -100,6 +100,7 @@ blacklist ${HOME}/.cache/cantata blacklist ${HOME}/.cache/champlain blacklist ${HOME}/.cache/chromium blacklist ${HOME}/.cache/chromium-dev +blacklist ${HOME}/.cache/claws-mail blacklist ${HOME}/.cache/cliqz blacklist ${HOME}/.cache/com.github.johnfactotum.Foliate blacklist ${HOME}/.cache/darktable 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 # adding the following line to claws-mail.local: #ignore no3d +noblacklist ${HOME}/.cache/claws-mail noblacklist ${HOME}/.claws-mail +mkdir ${HOME}/.cache/claws-mail mkdir ${HOME}/.claws-mail +whitelist ${HOME}/.cache/claws-mail whitelist ${HOME}/.claws-mail # Add the below lines to your claws-mail.local if you use python-based plugins. -- cgit v1.2.3-70-g09d2