Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 25 Aug 2005 21:06:46 +0000 (21:06 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 25 Aug 2005 21:06:46 +0000 (21:06 +0000)
- argh! update BUGS for one-pass space-stuffing

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@445 e385b8ad-14ed-0310-8656-cc95a2468c6d

BUGS
VERSION.svn

diff --git a/BUGS b/BUGS
index 207cad1..9693b4b 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,5 @@
-This document lists bug known to exist in mutt-ng.
+This document lists bug known to exist in mutt-ng which are more less
+difficult to fix.
 
 RfC 3676 defining format=flowed
 ===============================
 
 RfC 3676 defining format=flowed
 ===============================
@@ -24,3 +25,10 @@ Currently, the implementation does:
   $indent_string (which the implementation removes right now) than
   people space-stuffing lines which start '>' to ' >' when composing new
   messages.
   $indent_string (which the implementation removes right now) than
   people space-stuffing lines which start '>' to ' >' when composing new
   messages.
+
+- Altough the standard enforces space-stuffing as a MUST, muttng
+  currently violates it. Space-stuffing is done once after initially
+  editing the message. The routine only handles '^From ' and '^ ' cases,
+  '^>' is ignored. (Once because an already space-stuffed line still has
+  a leading space so that it would get space-stuffed everytime the user
+  edits a message.)
index 1e6fd03..e5a135a 100644 (file)
@@ -1 +1 @@
-444
+445