balsa r7959 - in trunk: . libbalsa



Author: PeterB
Date: Wed Aug 20 15:35:18 2008
New Revision: 7959
URL: http://svn.gnome.org/viewvc/balsa?rev=7959&view=rev

Log:
do not append a space after a trailing tab when format=flowed

Modified:
   trunk/ChangeLog
   trunk/libbalsa/mime.c

Modified: trunk/libbalsa/mime.c
==============================================================================
--- trunk/libbalsa/mime.c	(original)
+++ trunk/libbalsa/mime.c	Wed Aug 20 15:35:18 2008
@@ -398,12 +398,7 @@
                 first_word = FALSE;
                 line_break = str;
             }                   /* end of loop over words */
-            /* 
-             * make sure that a line ending in whitespace ends in an
-             * actual ' ' 
-             * */
-            if (str > start && isspace((int)str[-1]) && str[-1] != ' ')
-                g_string_append_c(result, ' ');
+
             if (*str) {         /* line separator */
                 if (to_screen || str == start)
 		    g_string_append_c(result, '\n');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]