Merge changes made in Gnus trunk.
mm-view.el (mm-display-shell-script-inline): Fix typo in docstring. (mm-display-javascript-inline): New function. mm-decode.el (mm-inline-media-tests): Add application/javascript viewing function. nnimap.el (nnimap-open-connection-1): Store the actual stream type used. (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires fewer round trips than CRAM-MD5, and it's less likely to be buggy), and we're using an encrypted connection. proto-stream.el: Alter the interface functions to also return the actual stream type used: network or tls.
This commit is contained in:
parent
7e6e2304f8
commit
008cad902f
5 changed files with 51 additions and 16 deletions
|
@ -636,9 +636,13 @@
|
|||
(mm-display-inline-fontify handle 'org-mode))
|
||||
|
||||
(defun mm-display-shell-script-inline (handle)
|
||||
"Show an shell script from HANDLE inline."
|
||||
"Show a shell script from HANDLE inline."
|
||||
(mm-display-inline-fontify handle 'shell-script-mode))
|
||||
|
||||
(defun mm-display-javascript-inline (handle)
|
||||
"Show JavsScript code from HANDLE inline."
|
||||
(mm-display-inline-fontify handle 'javascript-mode))
|
||||
|
||||
;; id-signedData OBJECT IDENTIFIER ::= { iso(1) member-body(2)
|
||||
;; us(840) rsadsi(113549) pkcs(1) pkcs7(7) 2 }
|
||||
(defvar mm-pkcs7-signed-magic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue