X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.h;fp=rfc3676.h;h=bb9d960f1473735671c2f60b5e6fc31126e8fbdc;hp=9dfcfd8a89f191474f1b8a3d0b6cb66a6a48c873;hb=28b09c881c2b1175298a3b94e09106f77a94eb88;hpb=6763f237f2dfe6467cb6308e6735bab6b09d212b diff --git a/rfc3676.h b/rfc3676.h index 9dfcfd8..bb9d960 100644 --- a/rfc3676.h +++ b/rfc3676.h @@ -25,4 +25,12 @@ int rfc3676_handler (BODY * a, STATE * s); void rfc3676_quote_line (STATE* s, char* dst, size_t dstlen, const char* line); +/* + * this does the space-stuffing required as in 'MUST' + * this is only used right after editing the initial message's content + * as elsewhere it's too difficult to catch all circumstances right; + * esp. with '>' which this routine doesn't cover... XXX + */ +void rfc3676_space_stuff (HEADER* hdr); + #endif /* !_MUTT_RFC3676_H */