rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit d03e5e8bd811cf8a88fb96aabb072afa0a076d81
parent fa9d2ab0b6f5db69a07db2321ae6783a350d4db6
Author: parazyd <parazyd@dyne.org>
Date:   Wed,  4 Apr 2018 11:52:19 +0200

Print Cc on rpsend.

Diffstat:
Mbin/rpsend | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/rpsend b/bin/rpsend @@ -81,10 +81,12 @@ EOF _subj="$(printf "$email" | rpheaders Subject)" _dest="$(printf "$email" | rpheaders To)" +_cc="$(printf "$email" | rpheaders Cc)" cat <<EOF * subject: $_subj * to: $_dest + * cc: $_cc * sending $(rputil -e humansize $(printf "$email\n" | wc -c)) over the network EOF