The mailplate configuration file is a
ini-style file with very few settings. If the file
does not exist, it will be created as
~/.mailplate/config.
[general]
# where to find templates
template_path = ~/.mailplate/templates
# which template to use if none is given and none scored higher than zero
# during auto-selection
default_template = private
# the following commands are available for interpolation from within
# templates. Commands are executed by the shell.
[helpers]
get_quote = fortune /home/madduck/.etc/mutt.old/quotes/quotes
get_debian_version = cat /etc/debian_version
get_kernel = uname -mr

