Skip to content

Commit

Permalink
mutt.profile: stop creating config files for other programs
Browse files Browse the repository at this point in the history
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 a8a8e33 ("Add whitelisting to mutt; improve geary, new
profile for neomutt", 2020-12-28) / PR #3849.
  • Loading branch information
kmk3 committed Jan 28, 2023
1 parent 3d82b71 commit 4a3e0d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/profile-m-z/mutt.profile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ include disable-programs.inc
include disable-xdg.inc

mkdir ${HOME}/.Mail
mkdir ${HOME}/.bogofilter
mkdir ${HOME}/.cache/mutt
mkdir ${HOME}/.config/mutt
mkdir ${HOME}/.gnupg
Expand All @@ -63,7 +62,6 @@ mkdir ${HOME}/mail
mkdir ${HOME}/postponed
mkdir ${HOME}/sent
mkfile ${HOME}/.mailcap
mkfile ${HOME}/.msmtprc
mkfile ${HOME}/.muttrc
mkfile ${HOME}/.signature
whitelist ${DOCUMENTS}
Expand Down

0 comments on commit 4a3e0d8

Please sign in to comment.