]> git.madduck.net Git - etc/mutt.git/blobdiff - .config/mutt/mkconf

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add comment about better mkconf alternative, thanks flatcap
[etc/mutt.git] / .config / mutt / mkconf
index e98a9e107de994ac038a63834344f28aa67ad2ca..f73526bedc3df3e27c3e2215e5bd0f4801139e1c 100755 (executable)
@@ -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}"