aboutsummaryrefslogtreecommitdiff
path: root/mail/mew/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2018-06-13 14:33:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2018-06-13 14:33:17 +0000
commitf8c7b78339d1b6f2655872aacffc05ce4b03954d (patch)
treee7a60d9593843ffa26b9c65ff7fafd2ca7049cac /mail/mew/files
parent17c9b94635992e2b9e6d1f4f877d95a80b1402b7 (diff)
downloadports-f8c7b78339d1b6f2655872aacffc05ce4b03954d.tar.gz
ports-f8c7b78339d1b6f2655872aacffc05ce4b03954d.zip
Notes
Diffstat (limited to 'mail/mew/files')
-rw-r--r--mail/mew/files/patch-mew-ssl.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mew/files/patch-mew-ssl.el b/mail/mew/files/patch-mew-ssl.el
new file mode 100644
index 000000000000..953b19fef1b7
--- /dev/null
+++ b/mail/mew/files/patch-mew-ssl.el
@@ -0,0 +1,11 @@
+--- mew-ssl.el.orig 2018-05-26 06:07:04.349903000 +0900
++++ mew-ssl.el 2018-05-26 06:14:42.303658000 +0900
+@@ -241,7 +241,7 @@
+ (mew-ssl-set-string pnm string)
+ (setq string (concat prev-str string))
+ (cond
+- ((string-match "Negotiated \\|opened with SSL" string)
++ ((string-match "Negotiated \\| ciphersuite:\\|opened with SSL" string)
+ (mew-ssl-set-status pnm t))
+ ((string-match "Failed to initialize" string)
+ (mew-ssl-set-status pnm t)) ;; xxx