src/prefs_actions.c:
authorMelvin Hadasht <melvin.hadasht@free.fr>
Sun, 12 May 2002 15:38:10 +0000 (15:38 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Sun, 12 May 2002 15:38:10 +0000 (15:38 +0000)
Removed implicitely added quotes around the name of the temporary files
of mime parts.

ChangeLog.claws
configure.in
src/prefs_actions.c

index def4f3cac105eb13cfeef13c488cf26e434a019d..63357480e266b5d2f88df9d5763dac253476fc35 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-12 [melvin]    0.7.5claws20
+
+       * src/prefs_actions.c
+               Removed implicitely added quotes around the name
+               of the temporary files of mime parts.
+
 2002-05-12 [paul]      0.7.5claws19
 
        * sync with 0.7.5cvs20
index 484db1834d838aa7ac8d637b7021b09175649c52..963e6018e3878e357f3bf39920c1db01578c94c3 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=7
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws19
+EXTRA_VERSION=claws20
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 5d9e590a39c716485d810a2ed5e83b6cba8ebd5f..2b27771fb8c78df3866cd39aa796e6cce3e6a4d4 100644 (file)
@@ -704,9 +704,8 @@ static GString *parse_append_msgpart(GString *cmd, MsgInfo *msginfo,
                g_free(partname);
                return NULL;
        }
-       cmd = g_string_append_c(cmd, '"');
+
        cmd = g_string_append(cmd,partname);
-       cmd = g_string_append_c(cmd, '"');
        
        g_free(partname);