From: martin f. krafft Date: Tue, 5 Apr 2022 10:44:50 +0000 (+0200) Subject: Add comment about better mkconf alternative, thanks flatcap X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/aecc89deb9c3d99ff71ca061a6e7453e16ec5e55?ds=sidebyside Add comment about better mkconf alternative, thanks flatcap --- diff --git a/.config/mutt/mkconf b/.config/mutt/mkconf index e98a9e1..f73526b 100755 --- a/.config/mutt/mkconf +++ b/.config/mutt/mkconf @@ -1,4 +1,10 @@ #!/bin/sh +# +# BEWARE THIS IS UGLY +# +# I like this approach because it imports the full documentation for each +# setting. However, `mutt -O -D` may be much better suited for your needs. +# set -eu FILE="${1:-${0%/*}/confvars}"