mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/utils/net/mailer.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/utils/net/mailer.ml
Date: Wed, 06 Feb 2008 20:21:35 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       08/02/06 20:21:35

Modified files:
        distrib        : ChangeLog 
        src/utils/net  : mailer.ml 

Log message:
        patch #6406

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1357&r2=1.1358
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/utils/net/mailer.ml?cvsroot=mldonkey&r1=1.12&r2=1.13

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1357
retrieving revision 1.1358
diff -u -b -r1.1357 -r1.1358
--- distrib/ChangeLog   4 Feb 2008 23:58:22 -0000       1.1357
+++ distrib/ChangeLog   6 Feb 2008 20:21:34 -0000       1.1358
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2008/02/06
+6406: Mail: Fix bug in rfc2047 encoding
+
 2008/02/05
 6404: New option release_new_downloads
 - set to true to activate release slot feature for all newly started downloads

Index: src/utils/net/mailer.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/utils/net/mailer.ml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- src/utils/net/mailer.ml     20 Jul 2006 11:04:47 -0000      1.12
+++ src/utils/net/mailer.ml     6 Feb 2008 20:21:35 -0000       1.13
@@ -64,7 +64,6 @@
           Buffer.add_char buf s.[i]; incr pos
       | ' ' -> Buffer.add_char buf '_'; incr pos 
       | c ->
-          if l < !pos + 2 then newline ();
           Buffer.add_char buf '=';
           Buffer.add_char buf (hexa_digit (Char.code c / 16));
           Buffer.add_char buf (hexa_digit (Char.code c mod 16));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]