#
#
-# Find out which message is the draft message; yes, this sucks.
+# Find the draft message, always the last argument, and whether we've
+# been called with -whom; the latter sucks.
#
# The case statement has to know about switches that take arguments;
# add to this list as necessary.
exit 1
}
-realpost="$(mhparam libdir)/post"
+realpost="$(mhparam libexecdir)/post"
if [ $# -eq 0 ]; then
echo "Usage: [post switches] filename"