ADDRESS -> address_t
[apps/madmutt.git] / rfc3676.h
index d7d6397..3ec6fdd 100644 (file)
--- a/rfc3676.h
+++ b/rfc3676.h
 #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 */