Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37761411
en ru br
ALT Linux repos
S:4.1.1-alt2
5.0: 3.6.1.cvs5-alt1.2
4.1: 3.6.1.cvs5-alt0.M41.2
4.0: 3.6.1.cvs5-alt0.M40.1

Other repositories
Upstream:3.3.1

Group :: Networking/Mail
RPM: claws-mail

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: claws-mail-3.8.1-alt-fix-procmime.patch
Download


diff --git a/src/procmime.c b/src/procmime.c
index 252ec29..89afd0a 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -1704,7 +1704,7 @@ static void parse_parameters(const gchar *parameters, GHashTable *table)
 			    (g_slist_find_custom(concatlist, down_attr, g_strcmp0) == NULL))
 				concatlist = g_slist_prepend(concatlist, g_strdup(tmpattr));
 
-			if (convert && (g_slist_find_custom(convlist, down_attr, g_strcmp0) == NULL))
+			if (convert && (g_slist_find_custom(convlist, tmpattr, g_strcmp0) == NULL))
 				convlist = g_slist_prepend(convlist, g_strdup(tmpattr));
 
 			g_free(tmpattr);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin