(Flowed text): Fix.
authorSimon Josefsson <jas@extundo.com>
Wed, 3 Dec 2003 21:30:00 +0000 (21:30 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 3 Dec 2003 21:30:00 +0000 (21:30 +0000)
texi/ChangeLog
texi/emacs-mime.texi

index 671fd94..45cd99e 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-03  Simon Josefsson  <jas@extundo.com>
+
+       * emacs-mime.texi (Flowed text): Fix.
+
 2003-12-02  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Agent Variables): Fix.
index 0a33296..92fa8b4 100644 (file)
@@ -942,12 +942,14 @@ variable (@pxref{Hard and Soft Newlines, ,Hard and Soft Newlines,
 emacs, Emacs Manual}) when encoding a message, and the
 ``format=flowed'' Content-Type parameter when decoding a message.
 
-On encoding text, lines terminated by soft newline characters are
-filled together and wrapped after the column decided by
-@code{fill-flowed-encode-column}.  This variable controls how the text
-will look in a client that does not support flowed text, the default
-is to wrap after 66 characters.  If hard newline characters are not
-present in the buffer, no flow encoding occurs.
+On encoding text, if @code{use-hard-newlines} is enabled, lines
+terminated by soft newline characters are filled together and wrapped
+after the column decided by @code{fill-flowed-encode-column}.
+Quotation marks (matching @samp{^>* ?}) are respected.  The variable
+controls how the text will look in a client that does not support
+flowed text, the default is to wrap after 66 characters.  If hard
+newline characters are not present in the buffer, no flow encoding
+occurs.
 
 On decoding flowed text, lines with soft newline characters are filled
 together and wrapped after the column decided by