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 fec793445814650bce32d40aae31ac526447b27f
parent ba7c1d3dba8115ac19da4030109b818ae5f3e4e1
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 22 Mar 2017 14:13:04 +0100

Failed. Will retry later.

Diffstat:
ind.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ind.h b/ind.h @@ -12,7 +12,7 @@ #include <stdarg.h> #include <time.h> -#define MAXLINESIZE 10485760 +#define MAXLINESIZE 1048576 void die(char *fmt, ...); void edie(char *fmt, ...);