X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.h;h=3ec6fdd972c431a1db1faa8542f69cd1955d08a0;hp=d7d6397e6e40c824502aa1fa253a9df624314a39;hb=587624727b9113e58090ad51bbe35caf7d827e13;hpb=fa54675b6ceb98bce1a8931b7cc5b70ecedf4225 diff --git a/rfc3676.h b/rfc3676.h index d7d6397..3ec6fdd 100644 --- a/rfc3676.h +++ b/rfc3676.h @@ -14,10 +14,15 @@ #include "mutt.h" #include "state.h" +/* body handler implementing RfC 3676 for format=flowed */ +int rfc3676_handler (BODY * a, STATE * s); + /* - * body handler implementing RfC 3676 for format=flowed + * 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 */ - -int rfc3676_handler (BODY * a, STATE * s); +void rfc3676_space_stuff (HEADER* hdr); #endif /* !_MUTT_RFC3676_H */