mbox = tmp ? tmp->mailbox : NULL;
if (mbox)
{
- mutt_endwin (_("Trying to extract S/MIME certificates...\n"));
+ mutt_message (_("Trying to extract S/MIME certificates...\n"));
smime_invoke_import (tempfname, mbox);
tmp = NULL;
}
{
mutt_copy_message (fpout, Context, h, M_CM_DECODE|M_CM_CHARCONV, 0);
fflush(fpout);
- mutt_message (_("Trying to extract PGP keys...\n"));
+ mutt_endwin (_("Trying to extract PGP keys...\n"));
pgp_invoke_import (tempfname);
}
#endif
truststate = N_("Unknown ");
}
if (this.public)
- snprintf(s, l, "0x%.8X%i %s %-35.35s %s", this.hash, this.suffix, _(truststate), this.email, this.nick);
+ snprintf(s, l, " 0x%.8X%i %s %-35.35s %s", this.hash, this.suffix, _(truststate), this.email, this.nick);
else
- snprintf(s, l, "0x%.8X%i %-35.35s %s", this.hash, this.suffix, this.email, this.nick);
+ snprintf(s, l, " 0x%.8X%i %-35.35s %s", this.hash, this.suffix, this.email, this.nick);
}
if (!k)
{
- snprintf(buf, sizeof(buf), "Enter keyID for \'%s\':",
+ snprintf(buf, sizeof(buf), "Enter keyID for \'%s\': ",
mailbox);
k = smime_ask_for_key(buf, mailbox, 0);
}