rp

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

commit fd50db3167ef379a654a762d192359e2873df2f5
parent e2acea4bff11d7dac503e6fb72c28a42b84c0629
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 18 Apr 2019 18:46:31 +0200

Remove extra stuff in rpsend.

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

diff --git a/bin/rpsend b/bin/rpsend @@ -18,12 +18,11 @@ EOF } listoutbox() { - headers="Date To Subject" + headers="Date To Cc Subject" - [ -n "$verbose" ] && echo "* List of emails in queue:" for i in $(find "$profile"/tmp/outbox -type f); do if [ -n "$verbose" ];then - printf "\\n%s\n%s\\n" "$i" "$(rpheaders -v $headers < $i)" + printf "%s\n%s\\n\\n" "$i" "$(rpheaders -v $headers < $i)" else echo "$i" fi