From 00c78988c0882324092496c606709a1d27491284 Mon Sep 17 00:00:00 2001 From: Jeff Ito Date: Wed, 5 Oct 2005 19:20:22 +0000 Subject: [PATCH] S/MIME key selection truncates the last character of the selected key for no apparent reason. Removed until someone can justify it. Closes: #2081. --- smime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/smime.c b/smime.c index e8150a7df..ea54973ba 100644 --- a/smime.c +++ b/smime.c @@ -1989,7 +1989,6 @@ int smime_send_menu (HEADER *msg, int *redraw) if ((p = smime_ask_for_key (_("Sign as: "), NULL, 0))) { - p[mutt_strlen (p)-1] = '\0'; mutt_str_replace (&SmimeDefaultKey, p); msg->security |= SIGN; -- 2.40.0