rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit d4a4d688ad438e13b84959b66abc4e1a04b94485
parent a6030e42c8a9f2b4324d20a00e297f764cc9b9f5
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 19 Jan 2020 12:17:04 +0100

Fix typo in new progress in rpmasssend.

Diffstat:
bin/rpmasssend | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rpmasssend b/bin/rpmasssend @@ -72,7 +72,7 @@ do do [ -z "${address}" ] && continue - nowum=$(($nownum + 1)) + nownum=$(($nownum + 1)) printf "Sending to (%d/%d): %s\n" "${nownum}" "${totalnum}" "${address}" { printf "To: %s\n" "${address}"