aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2018-08-20 11:26:58 -0400
committerLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2018-08-20 11:26:58 -0400
commit1e13e50799da55d1d475f89aa28206e347bd4757 (patch)
tree107865914a3165f7c84a38794eb6076752fdbba2 /etc
parentSimplify fix for #2062 (diff)
downloadfirejail-1e13e50799da55d1d475f89aa28206e347bd4757.tar.gz
firejail-1e13e50799da55d1d475f89aa28206e347bd4757.tar.zst
firejail-1e13e50799da55d1d475f89aa28206e347bd4757.zip
Document how to access local mail with thunderbird and claws-mail (fixes #1509)
Diffstat (limited to 'etc')
-rw-r--r--etc/claws-mail.profile5
-rw-r--r--etc/thunderbird.profile5
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/claws-mail.profile b/etc/claws-mail.profile
index 47783aff6..cb8ae6a80 100644
--- a/etc/claws-mail.profile
+++ b/etc/claws-mail.profile
@@ -31,3 +31,8 @@ shell none
31 31
32private-dev 32private-dev
33private-tmp 33private-tmp
34
35# If you want to read local mail stored in /var/mail, add the following to claws-mail.local:
36# noblacklist /var/mail
37# noblacklist /var/spool/mail
38# writable-var
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 760bc18c7..86671d1be 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -31,6 +31,11 @@ read-only ${HOME}/.config/mimeapps.list
31# writable-run-user is needed for signing and encrypting emails 31# writable-run-user is needed for signing and encrypting emails
32writable-run-user 32writable-run-user
33 33
34# If you want to read local mail stored in /var/mail, add the following to thunderbird.local:
35# noblacklist /var/mail
36# noblacklist /var/spool/mail
37# writable-var
38
34# allow browsers 39# allow browsers
35# Redirect 40# Redirect
36include /etc/firejail/firefox.profile 41include /etc/firejail/firefox.profile