aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--etc/inc/disable-common.inc1
-rw-r--r--etc/profile-m-z/mutt.profile2
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index 44e45d416..81aac0b53 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -25,6 +25,7 @@ blacklist-nolog ${HOME}/.local/share/nvim
25blacklist-nolog ${HOME}/.local/state/nvim 25blacklist-nolog ${HOME}/.local/state/nvim
26blacklist-nolog ${HOME}/.macromedia 26blacklist-nolog ${HOME}/.macromedia
27blacklist-nolog ${HOME}/.mupdf.history 27blacklist-nolog ${HOME}/.mupdf.history
28blacklist-nolog ${HOME}/.mutthistory
28blacklist-nolog ${HOME}/.python-history 29blacklist-nolog ${HOME}/.python-history
29blacklist-nolog ${HOME}/.python_history 30blacklist-nolog ${HOME}/.python_history
30blacklist-nolog ${HOME}/.pythonhist 31blacklist-nolog ${HOME}/.pythonhist
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