#!/bin/sh

# Wrapper script

# "./" means the current directory doesn't
# have to be in my $PATH

./makesubrc
./muttfolders
./addresses

# EOF
