2005-10-12 [colin] 1.9.15cvs32
[claws.git] / src / compose.c
index f2218ea967a701b835dce7b91118ec2d46b4d3e4..d7e43829d937e75ea51bca7f2626b238254a674c 100644 (file)
@@ -3911,10 +3911,7 @@ static gint compose_write_to_file(Compose *compose, FILE *fp, gint action)
        /* protect trailing spaces when signing message */
        if (action == COMPOSE_WRITE_FOR_SEND && compose->use_signing && 
            privacy_system_can_sign(compose->privacy_system)) {
-               if (encoding == ENC_7BIT)
-                       encoding = ENC_QUOTED_PRINTABLE;
-               else if (encoding == ENC_8BIT)
-                       encoding = ENC_BASE64;
+               encoding = ENC_QUOTED_PRINTABLE;
        }
        
        /* check for line length limit */