s4

changeset 671:ae4dcd28fd39

Add usage of "-r" otion
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 12 May 2020 11:04:34 +0900
parents 93e6e883c677
children 4d580bd8c47f
files sendmultipart.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/sendmultipart.sh	Tue May 12 10:56:12 2020 +0900
     1.2 +++ b/sendmultipart.sh	Tue May 12 11:04:34 2020 +0900
     1.3 @@ -4,7 +4,7 @@
     1.4  # (C)2012,2015 by HIROSE Yuuji [yuuji(at)yatex.org]
     1.5  # You can obtain the latest version of this script from:
     1.6  #   http://www.gentei.org/~yuuji/software/sendmultipart.sh
     1.7 -# Last modified Tue May 12 10:50:45 2020 on firestorm
     1.8 +# Last modified Tue May 12 11:03:43 2020 on firestorm
     1.9  #
    1.10  # Typical usage:
    1.11  #  echo "Hi, here's photo I've taken.  Enjoy" | \
    1.12 @@ -21,6 +21,7 @@
    1.13  			delimited by comma are acceptable.
    1.14  	-s Subject	Set subject to \`Subject'
    1.15  	-f FromAddress	Set From: header to \`FromAddress'
    1.16 +	-r ReplyTo	Set Reply-to: header to \`ReplyTo'
    1.17  _EOU_
    1.18    exit 0
    1.19  }