aboutsummaryrefslogtreecommitdiffstats
path: root/etc/sylpheed.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-18 11:03:32 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-18 11:03:32 +0000
commite8a5e0d3302547c40df2eb7b40a746f5ced3c10e (patch)
treec63d48704132b12df09cff047a0a8ef00bd6cf5c /etc/sylpheed.profile
parentMerge pull request #3161 from rusty-snake/bl-wayland (diff)
downloadfirejail-e8a5e0d3302547c40df2eb7b40a746f5ced3c10e.tar.gz
firejail-e8a5e0d3302547c40df2eb7b40a746f5ced3c10e.tar.zst
firejail-e8a5e0d3302547c40df2eb7b40a746f5ced3c10e.zip
refactor claws-mail and sylpheed as whitelist profiles (#3162)
* refactor claws-mail as whitelist profile * refactor sylpheed as whitelist profile * Create email-common.profile * safeguard ${DOCUMENTS} * Add disable-xdg to email-common.profile Thanks @rusty-snake for the review.
Diffstat (limited to 'etc/sylpheed.profile')
-rw-r--r--etc/sylpheed.profile11
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/sylpheed.profile b/etc/sylpheed.profile
index 8e99fe1d6..4344fe73a 100644
--- a/etc/sylpheed.profile
+++ b/etc/sylpheed.profile
@@ -4,17 +4,14 @@
4# Persistent local customizations 4# Persistent local customizations
5include sylpheed.local 5include sylpheed.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7include globals.local
8#include globals.local
9 8
10noblacklist ${HOME}/.sylpheed-2.0 9noblacklist ${HOME}/.sylpheed-2.0
11# when storing mail outside the default ${HOME}/Mail path, 'noblacklist' the custom path in your sylpheed.local
12# and 'blacklist' it in your disable-common.local too so it is kept hidden from other applications
13 10
14blacklist ${HOME}/.claws-mail 11mkdir ${HOME}/.sylpheed-2.0
12whitelist ${HOME}/.sylpheed-2.0
15 13
16nowhitelist /usr/share/doc/claws-mail
17whitelist /usr/share/sylpheed 14whitelist /usr/share/sylpheed
18 15
19# Redirect 16# Redirect
20include claws-mail.profile 17include email-common.profile