Merge branch 'maint'
This commit is contained in:
commit
3c5f938ae3
|
@ -163,10 +163,13 @@ and images in a multipart/related part."
|
||||||
('semi (concat
|
('semi (concat
|
||||||
"--" "<<alternative>>-{\n"
|
"--" "<<alternative>>-{\n"
|
||||||
"--" "[[text/plain]]\n" plain
|
"--" "[[text/plain]]\n" plain
|
||||||
(when images (concat "--" "<<alternative>>-{\n"))
|
(if (and images (> (length images) 0))
|
||||||
"--" "[[text/html]]\n" html
|
(concat "--" "<<related>>-{\n"
|
||||||
images
|
"--" "[[text/html]]\n" html
|
||||||
(when images (concat "--" "}-<<alternative>>\n"))
|
images
|
||||||
|
"--" "}-<<related>>\n")
|
||||||
|
(concat "--" "[[text/html]]\n" html
|
||||||
|
images))
|
||||||
"--" "}-<<alternative>>\n"))
|
"--" "}-<<alternative>>\n"))
|
||||||
('vm "?")))
|
('vm "?")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue