summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/patch-smime-sender
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-25 22:16:39 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-25 22:16:39 +0000
commit17e8b4a7e881dab65c4ceee3ab00284d45dae3d8 (patch)
tree5abe737efe247ffeb8eec0c386916c67b6d19954 /mail/mutt-devel/files/patch-smime-sender
parentUpdate to 2.2.4. (diff)
- Add the new option "smime_encrypt_self" to addtionally encrypt
to the default key also - Fix some SGML errors in the manual PR: 58526 Submitted by: maintainer Approved by: krion (implicit)
Notes
Notes: svn path=/head/; revision=92151
Diffstat (limited to 'mail/mutt-devel/files/patch-smime-sender')
-rw-r--r--mail/mutt-devel/files/patch-smime-sender23
1 files changed, 5 insertions, 18 deletions
diff --git a/mail/mutt-devel/files/patch-smime-sender b/mail/mutt-devel/files/patch-smime-sender
index 43e1028443cf..a8a9cacf5559 100644
--- a/mail/mutt-devel/files/patch-smime-sender
+++ b/mail/mutt-devel/files/patch-smime-sender
@@ -37,31 +37,18 @@
OPTSDEFAULTDECRYPTKEY,
#endif
#ifdef HAVE_PGP
---- contrib/smime.rc.orig Sat Mar 2 12:59:50 2002
-+++ contrib/smime.rc Fri May 31 17:09:04 2002
-@@ -6,9 +6,12 @@
+--- contrib/smime.rc.orig Sat Oct 25 17:57:35 2003
++++ contrib/smime.rc Sat Oct 25 17:57:35 2003
+@@ -6,8 +6,11 @@
# will be the default method unless the following option is set
set smime_is_default
-# Uncoment this if you don't want to set labels for certificates you add.
+# Uncomment this if you don't want to set labels for certificates you add.
# unset smime_ask_cert_label
-
++
+# Uncomment this if you don't want to check for sender's email address
+# set smime_dont_check_sender = yes
-+
+
# Passphrase expiration
set smime_timeout=300
-
-@@ -23,9 +26,9 @@
-
- # The (default) keyfile for signing/decrypting. Uncomment the following
- # line and replace the keyid with your own.
--set smime_default_key="12345678.0"
-+# set smime_default_key="12345678.0"
-
--# Uncommen to make mutt ask what key to use when trying to decrypt a message.
-+# Uncomment to make mutt ask what key to use when trying to decrypt a message.
- # It will use the default key above (if that was set) else.
- # unset smime_decrypt_use_default_key
-