X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=BUGS;h=9693b4bd945dca6cb242c578b2868bd1e8fa6d18;hp=207cad133ce1df7c8ecb2c07c8509ee7ad7a234e;hb=4b74d7b93a04e3dff8054a97b3f41254719d352d;hpb=28b09c881c2b1175298a3b94e09106f77a94eb88 diff --git a/BUGS b/BUGS index 207cad1..9693b4b 100644 --- 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 =============================== @@ -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. + +- 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.)