jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 7b0f7306a408f340e1b78fe076d088c797859d03
parent c3b9f1265c10648948bbf09b4448d673ba78b5e6
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 22 May 2017 12:23:29 +0200

typo in send

Diffstat:
Msrc/zlibs/email | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/email b/src/zlibs/email @@ -431,7 +431,7 @@ EOF # SEND # this function should send all mails in outbox send() { - fn send * + fn send $* # list mails to send queue_outbox=`${=find} "${MAILDIRS}/outbox" -type f`