Rocco Rutte:
[apps/madmutt.git] / rfc3676.h
index d7d6397..9dfcfd8 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 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
  */
-
-int rfc3676_handler (BODY * a, STATE * s);
+void rfc3676_quote_line (STATE* s, char* dst, size_t dstlen,
+                         const char* line);
 
 #endif /* !_MUTT_RFC3676_H */