[Xfce4-commits] <postler:master> Always use content encoding from message parts

Christian Dywan noreply at xfce.org
Thu Jul 29 12:26:08 CEST 2010


Updating branch refs/heads/master
         to 3df2e13d894246ece1aab24d0dbbe0f0a48f22b6 (commit)
       from 27cc1579fb96559cb26f6888ea857cabb9f2ed6e (commit)

commit 3df2e13d894246ece1aab24d0dbbe0f0a48f22b6
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jul 25 18:05:39 2010 +0200

    Always use content encoding from message parts

 postler/postler-content.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index cad9d46..992836d 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -596,7 +596,7 @@ public class Postler.Content : WebKit.WebView {
                             continue;
                         }
                         else if (field == "content-transfer-encoding") {
-                            /* TODO: Handle encoding */
+                            content_encoding = parts[1].strip ();
                             continue;
                         }
                     }



More information about the Xfce4-commits mailing list