move rfc2047.c into lib-mime, reindent it.
[apps/madmutt.git] / pgp.c
diff --git a/pgp.c b/pgp.c
index ab582c3..a17b481 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -1521,7 +1521,7 @@ int pgp_send_menu (HEADER * msg, int *redraw)
          pgp_ask_for_key (_("Sign as: "), NULL, KEYFLAG_CANSIGN,
                           PGP_PUBRING))) {
       snprintf (input_signas, sizeof (input_signas), "0x%s", pgp_keyid (p));
-      str_replace (&PgpSignAs, input_signas);
+      m_strreplace(&PgpSignAs, input_signas);
       pgp_free_key (&p);
 
       msg->security |= SIGN;