]> granicus.if.org Git - neomutt/commitdiff
flowed: consider a single space as a hard line break. Closes #2906
authorSertaç Ö. Yıldız <unknown>
Fri, 15 Jun 2007 01:17:41 +0000 (18:17 -0700)
committerSertaç Ö. Yıldız <unknown>
Fri, 15 Jun 2007 01:17:41 +0000 (18:17 -0700)
rfc3676.c

index ebd9543f53e57d53cef24f4ca3b9a10dfd120771..d6b0bad49beaa3335712f51f849d74b9728abdfd 100644 (file)
--- a/rfc3676.c
+++ b/rfc3676.c
@@ -211,7 +211,7 @@ int rfc3676_handler (BODY * a, STATE * s)
 
     /* we're here when last space removed because of DelSp was
      * the last space and there isn't more -> done */
-    if ((buf_len - buf_off) < 0)
+    if ((buf_len - buf_off) <= 0)
     {
       print_flowed_line (curline, s, quotelevel);
       *curline = '\0';