aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2019-01-20 18:28:48 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2019-01-20 18:31:55 -0600
commitbef9115a84d1c492fb0b34cbb4c4ad7108d7c0ee (patch)
tree4ca24e5d50e0b838aa249a7eea3cd9b6f68c7898 /etc/thunderbird.profile
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-bef9115a84d1c492fb0b34cbb4c4ad7108d7c0ee.tar.gz
firejail-bef9115a84d1c492fb0b34cbb4c4ad7108d7c0ee.tar.zst
firejail-bef9115a84d1c492fb0b34cbb4c4ad7108d7c0ee.zip
Add warning to thunderbird profile -- fix #2357
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index fee83ad1f..db563b25c 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -14,6 +14,10 @@ noblacklist ${HOME}/.gnupg
14# noblacklist ${HOME}/.icedove 14# noblacklist ${HOME}/.icedove
15noblacklist ${HOME}/.thunderbird 15noblacklist ${HOME}/.thunderbird
16 16
17# If you have setup Thunderbird to archive emails to a local folder,
18# make sure you add the path to that folder to the mkdir and whitelist
19# rules below. Otherwise they will be deleted when you close Thunderbird.
20# See https://github.com/netblue30/firejail/issues/2357
17mkdir ${HOME}/.cache/thunderbird 21mkdir ${HOME}/.cache/thunderbird
18mkdir ${HOME}/.gnupg 22mkdir ${HOME}/.gnupg
19# mkdir ${HOME}/.icedove 23# mkdir ${HOME}/.icedove