aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/mutt.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-27 19:38:54 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-27 21:07:00 -0300
commit33d538bbe551580d771a30417f3c103394ee9a4b (patch)
tree5a035e6ad5d0f490a0f3cd8aecf8ae06f013ed13 /etc/profile-m-z/mutt.profile
parentUpdate SECURITY.md (diff)
downloadfirejail-33d538bbe551580d771a30417f3c103394ee9a4b.tar.gz
firejail-33d538bbe551580d771a30417f3c103394ee9a4b.tar.zst
firejail-33d538bbe551580d771a30417f3c103394ee9a4b.zip
mutt.profile: add ~/.mutthistory
From the manual of mutt 2.2.9: > 3.125. history_file > > Type: path > Default: "~/.mutthistory" > > The file in which Mutt will save its history.
Diffstat (limited to 'etc/profile-m-z/mutt.profile')
-rw-r--r--etc/profile-m-z/mutt.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-m-z/mutt.profile b/etc/profile-m-z/mutt.profile
index 52d30669f..a26a25573 100644
--- a/etc/profile-m-z/mutt.profile
+++ b/etc/profile-m-z/mutt.profile
@@ -23,6 +23,7 @@ noblacklist ${HOME}/.mail
23noblacklist ${HOME}/.mailcap 23noblacklist ${HOME}/.mailcap
24noblacklist ${HOME}/.msmtprc 24noblacklist ${HOME}/.msmtprc
25noblacklist ${HOME}/.mutt 25noblacklist ${HOME}/.mutt
26noblacklist ${HOME}/.mutthistory
26noblacklist ${HOME}/.muttrc 27noblacklist ${HOME}/.muttrc
27noblacklist ${HOME}/.nanorc 28noblacklist ${HOME}/.nanorc
28noblacklist ${HOME}/.signature 29noblacklist ${HOME}/.signature
@@ -89,6 +90,7 @@ whitelist ${HOME}/.mail
89whitelist ${HOME}/.mailcap 90whitelist ${HOME}/.mailcap
90whitelist ${HOME}/.msmtprc 91whitelist ${HOME}/.msmtprc
91whitelist ${HOME}/.mutt 92whitelist ${HOME}/.mutt
93whitelist ${HOME}/.mutthistory
92whitelist ${HOME}/.muttrc 94whitelist ${HOME}/.muttrc
93whitelist ${HOME}/.nanorc 95whitelist ${HOME}/.nanorc
94whitelist ${HOME}/.signature 96whitelist ${HOME}/.signature