File: flow-fill.el.html

This implement decoding of RFC2646 formatted text, including the quoted-depth wins rules.

Theory of operation: search for lines ending with SPC, save quote length of line, remove SPC and concatenate line with the following line if quote length of following line matches current line.

When no further concatenations are possible, we've found a paragraph and we let fill-region fill the long line into several lines with the quote prefix as fill-prefix.

Todo: implement basic fill-region

Defined variables (2)

fill-flowed-display-columnColumn beyond which format=flowed lines are wrapped, when displayed.
fill-flowed-encode-columnColumn beyond which format=flowed lines are wrapped, in outgoing messages.

Defined functions (2)

fill-flowed(&optional BUFFER DELETE-SPACE)
fill-flowed-encode(&optional BUFFER)

Defined faces (0)