in the last commit whatnow2 send was changed
to keep the metafile. This don't work with the
``exec send''. Now the send() is renamed to
sendfunktion and the ``exec'' is removed.
exec $mhshowproc -file $mhdraft
}
-send()
+sendfunktion()
{
export mhaltmsg=`anno -list -component 'mhaltmsg' $mhmetafile`
export mhdist=`anno -list -component 'mhdist' $mhmetafile`
export mhfolder=`anno -list -component 'mhfolder' $mhmetafile`
export mhmessages=`anno -list -component 'mhmessages' $mhmetafile`
export mhannotate=`anno -list -component 'mhannotate' $mhmetafile`
- exec send "$@" $mhdraft || exit $?
+ send "$@" $mhdraft || exit $?
rm -f $mhmetafile
exit 0
}
list
;;
s|se|sen|send)
- send "$@"
+ sendfunktion "$@"
;;
del|dele|delet|delete)
[ $# -eq 0 ] || usage 1