w3mail

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

commit dcfca808cb0ff7b411f149a8a7e4ecebbf0ca65f
parent 411c87eb7e8f28401f5926003a222ca9262a35b2
Author: Tomas Hlavaty <tom@logand.com>
Date:   Tue,  1 Feb 2011 02:37:10 +0100

todo comment added

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

diff --git a/w3mail.c b/w3mail.c @@ -62,7 +62,7 @@ static int sh_cp(char *fin, char *fout) { } static int sh_tidy(char *fin, char *fout) { - // tidy fragile, no html5, tidy generator, not parser! replace + // TODO tidy fragile, no html5, tidy generator, not parser! replace int x = systemf("tidy -q -n -c -asxml -o %s -f /dev/null %s", fout, fin); return x == 0 || x == 1 ? 0 : x; }