aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dieter Plaetinck <dieter@plaetinck.be>2024-06-14 21:04:10 +0300
committerLibravatar GitHub <noreply@github.com>2024-06-14 18:04:10 +0000
commit0fb4753986a79357d98a2c4d5b3e7e81a980a2c5 (patch)
tree8b463420338dcffd3a0a34b299ae98b92500ed8f
parentprofiles: email-common: fix trailing whitespace (diff)
downloadfirejail-0fb4753986a79357d98a2c4d5b3e7e81a980a2c5.tar.gz
firejail-0fb4753986a79357d98a2c4d5b3e7e81a980a2c5.tar.zst
firejail-0fb4753986a79357d98a2c4d5b3e7e81a980a2c5.zip
profiles: claws-mail: note no3d issue with "fancy" plugin (#6383)
Fixes #6377.
-rw-r--r--etc/profile-a-l/claws-mail.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/profile-a-l/claws-mail.profile b/etc/profile-a-l/claws-mail.profile
index 53db480a4..14497bba9 100644
--- a/etc/profile-a-l/claws-mail.profile
+++ b/etc/profile-a-l/claws-mail.profile
@@ -6,6 +6,11 @@ include claws-mail.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Note: If you use things like claws-mail's "fancy" (html rendering) plugin and
10# the X11 window freezes, 'no3d' is likely the cause. In which case, try
11# adding the following line to claws-mail.local:
12#ignore no3d
13
9noblacklist ${HOME}/.claws-mail 14noblacklist ${HOME}/.claws-mail
10 15
11mkdir ${HOME}/.claws-mail 16mkdir ${HOME}/.claws-mail