diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2018-06-13 14:33:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2018-06-13 14:33:17 +0000 |
commit | f8c7b78339d1b6f2655872aacffc05ce4b03954d (patch) | |
tree | e7a60d9593843ffa26b9c65ff7fafd2ca7049cac /mail/mew/files | |
parent | 17c9b94635992e2b9e6d1f4f877d95a80b1402b7 (diff) | |
download | ports-f8c7b78339d1b6f2655872aacffc05ce4b03954d.tar.gz ports-f8c7b78339d1b6f2655872aacffc05ce4b03954d.zip |
Notes
Diffstat (limited to 'mail/mew/files')
-rw-r--r-- | mail/mew/files/patch-mew-ssl.el | 11 |
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 |