w3mail

program to send a web page by email
git clone https://logand.com/git/w3mail.git/
Log | Files | Refs | README | LICENSE

commit 8329a259f0b14f05be860d53b59530da91c7f6b8
parent 2231d1aba5ec12aa7e68c8b0095131f1a57f6768
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu, 18 Nov 2010 23:12:20 +0100

BLEN changed to 4kB

Diffstat:
Mw3mail.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/w3mail.c b/w3mail.c @@ -23,7 +23,7 @@ #include <unistd.h> #include <sys/wait.h> -const int BLEN = 1024; +const int BLEN = 4 * 1024; static void quit(int code, char *fmt, ...) { va_list v;