mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix the "sign as" function for SMIME
- Bump PORTREVISION PR: ports/93421 Submitted by: maintainer
This commit is contained in:
parent
da6e70c1b6
commit
e0dcc45f1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156189
@ -98,6 +98,7 @@
|
||||
|
||||
PORTNAME= mutt-devel
|
||||
PORTVERSION= 1.5.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= mail ipv6
|
||||
.if defined(WITH_MUTT_NNTP)
|
||||
CATEGORIES+= news
|
||||
|
10
mail/mutt-devel/files/patch-smime.c
Normal file
10
mail/mutt-devel/files/patch-smime.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- smime.c.orig Sun Aug 14 14:33:37 2005
|
||||
+++ smime.c Thu Feb 16 08:49:37 2006
|
||||
@@ -1989,7 +1989,6 @@
|
||||
|
||||
if ((p = smime_ask_for_key (_("Sign as: "), NULL, 0)))
|
||||
{
|
||||
- p[mutt_strlen (p)-1] = '\0';
|
||||
mutt_str_replace (&SmimeDefaultKey, p);
|
||||
|
||||
msg->security |= SIGN;
|
Loading…
Reference in New Issue
Block a user