aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-27 19:45:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-27 21:23:02 -0300
commit4a3e0d8789edd0cfd26c66f5ba85138e7fea06e7 (patch)
tree579ec6a2271e45aa83ecee71c70fe68074127133 /etc/profile-m-z
parentmutt.profile: stop creating editor/browser paths (diff)
downloadfirejail-4a3e0d8789edd0cfd26c66f5ba85138e7fea06e7.tar.gz
firejail-4a3e0d8789edd0cfd26c66f5ba85138e7fea06e7.tar.zst
firejail-4a3e0d8789edd0cfd26c66f5ba85138e7fea06e7.zip
mutt.profile: stop creating config files for other programs
Let either the respective program or the user create the file. * ~/.bogofilter: Used by the bogofilter program * ~/.msmtprc: Used by the msmtp program Added on commit a8a8e33bc ("Add whitelisting to mutt; improve geary, new profile for neomutt", 2020-12-28) / PR #3849.
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/mutt.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/profile-m-z/mutt.profile b/etc/profile-m-z/mutt.profile
index 7e1849079..bce56743a 100644
--- a/etc/profile-m-z/mutt.profile
+++ b/etc/profile-m-z/mutt.profile
@@ -52,7 +52,6 @@ include disable-programs.inc
52include disable-xdg.inc 52include disable-xdg.inc
53 53
54mkdir ${HOME}/.Mail 54mkdir ${HOME}/.Mail
55mkdir ${HOME}/.bogofilter
56mkdir ${HOME}/.cache/mutt 55mkdir ${HOME}/.cache/mutt
57mkdir ${HOME}/.config/mutt 56mkdir ${HOME}/.config/mutt
58mkdir ${HOME}/.gnupg 57mkdir ${HOME}/.gnupg
@@ -63,7 +62,6 @@ mkdir ${HOME}/mail
63mkdir ${HOME}/postponed 62mkdir ${HOME}/postponed
64mkdir ${HOME}/sent 63mkdir ${HOME}/sent
65mkfile ${HOME}/.mailcap 64mkfile ${HOME}/.mailcap
66mkfile ${HOME}/.msmtprc
67mkfile ${HOME}/.muttrc 65mkfile ${HOME}/.muttrc
68mkfile ${HOME}/.signature 66mkfile ${HOME}/.signature
69whitelist ${DOCUMENTS} 67whitelist ${DOCUMENTS}