# HG changeset patch # User HIROSE Yuuji # Date 1589248572 -32400 # Node ID 93e6e883c6774d16e2b071774dc1a3f7b2d2eeb0 # Parent 17ca38bf0a4bc996303266b8913ba5c88ef32564 CR+LF -> LF diff -r 17ca38bf0a4b -r 93e6e883c677 sendmultipart.sh --- a/sendmultipart.sh Tue May 12 10:55:43 2020 +0900 +++ b/sendmultipart.sh Tue May 12 10:56:12 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 Mon May 11 21:42:39 2020 on firestorm +# Last modified Tue May 12 10:50:45 2020 on firestorm # # Typical usage: # echo "Hi, here's photo I've taken. Enjoy" | \ @@ -89,7 +89,7 @@ else sendmail="sendmail" fi -body=`nkf -j` # Convert stdin to iso-2022-jp +body=`nkf -dj` # Convert stdin to iso-2022-jp # Generate contents ( cat<