# HG changeset patch # User HIROSE Yuuji # Date 1589249074 -32400 # Node ID ae4dcd28fd397a79e2d203d654260ca0f32234d3 # Parent 93e6e883c6774d16e2b071774dc1a3f7b2d2eeb0 Add usage of "-r" otion diff -r 93e6e883c677 -r ae4dcd28fd39 sendmultipart.sh --- a/sendmultipart.sh Tue May 12 10:56:12 2020 +0900 +++ b/sendmultipart.sh Tue May 12 11:04:34 2020 +0900 @@ -4,7 +4,7 @@ # (C)2012,2015 by HIROSE Yuuji [yuuji(at)yatex.org] # You can obtain the latest version of this script from: # http://www.gentei.org/~yuuji/software/sendmultipart.sh -# Last modified Tue May 12 10:50:45 2020 on firestorm +# Last modified Tue May 12 11:03:43 2020 on firestorm # # Typical usage: # echo "Hi, here's photo I've taken. Enjoy" | \ @@ -21,6 +21,7 @@ delimited by comma are acceptable. -s Subject Set subject to \`Subject' -f FromAddress Set From: header to \`FromAddress' + -r ReplyTo Set Reply-to: header to \`ReplyTo' _EOU_ exit 0 }