move rfc2047.c into lib-mime, reindent it.
[apps/madmutt.git] / pgpkey.c
index a14ec77..e289083 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -662,7 +662,7 @@ pgp_key_t pgp_ask_for_key (char *tag, char *whatfor,
 
     if (whatfor) {
       if (l)
-        str_replace (&l->dflt, resp);
+        m_strreplace(&l->dflt, resp);
       else {
         l = p_new(struct pgp_cache, 1);
         l->next = id_defaults;