]> granicus.if.org Git - neomutt/commitdiff
Fix PGP uid parsing. Noted by Edmund GRIMLEY EVANS
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 10 Jan 2000 10:31:59 +0000 (10:31 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 10 Jan 2000 10:31:59 +0000 (10:31 +0000)
<edmundo@rano.demon.co.uk>.

build-release
gnupgparse.c

index a938582ffe98b2fa2bd8fa5b2b6302e4afa14ecc..c9a5ef4b265a945e8c63642d0b4de853145ff8e9 100755 (executable)
@@ -74,6 +74,7 @@ done
 # upload the source
 
 pppd call provider
+sleep 60
 
 for f in $DISTFILES ; do
        scp $f $f.asc sigtrap.guug.de:/home/ftp/pub/mutt/${devel}
index 2e2cced500211e88921213825cd1817441109fda..aa61a75bd8964a265e0914d68cb04b9101525a70 100644 (file)
@@ -85,7 +85,7 @@ static void fix_uid (char *uid)
   }
   *d = '\0';
   
-  mutt_decode_utf8_string (d, _chs);
+  mutt_decode_utf8_string (uid, _chs);
 }
 
 static pgp_key_t *parse_pub_line (char *buf, int *is_subkey, pgp_key_t *k)