* don't break overlong lines on random places and loose chars, find the nearest previ...
authorWilfried Göesgens <willi@citadel.org>
Fri, 19 Feb 2010 00:04:26 +0000 (00:04 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 19 Feb 2010 00:04:26 +0000 (00:04 +0000)
commit94bcf89ada3a1b7392899f35e121c3b5840c51f2
tree911b6bec3c8ed27c8da66a11c408c7aa19343dff
parent357613efcf3ca0042d47bc1181ccefed9f8fe64a
* don't break overlong lines on random places and loose chars, find the nearest previous / next whitespace and kick it there.
* don't use cprintf, since we know the buffersize hand have reserved space for the newline... client_write is faster.
citadel/msgbase.c