X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.h;h=3ec6fdd972c431a1db1faa8542f69cd1955d08a0;hp=9dfcfd8a89f191474f1b8a3d0b6cb66a6a48c873;hb=69bd7df1ce9e5c6a64b5128f85c1f91912d2f510;hpb=618ceafdc9564dbb8f3bf45c3869297a1d5a3320 diff --git a/rfc3676.h b/rfc3676.h index 9dfcfd8..3ec6fdd 100644 --- a/rfc3676.h +++ b/rfc3676.h @@ -18,11 +18,11 @@ int rfc3676_handler (BODY * a, STATE * s); /* - * this properly ensures correct quoting; correct is: - * - no spaces within the complete quote prefix of line (sect. 4.5) - * - change all quoting chars to '>' by force; see BUGS in srcdir + * 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_quote_line (STATE* s, char* dst, size_t dstlen, - const char* line); +void rfc3676_space_stuff (HEADER* hdr); #endif /* !_MUTT_RFC3676_H */