Gnus development mailing list
 help / color / mirror / Atom feed
From: Christopher Schmidt <christopher@ch.ristopher.com>
To: ding@gnus.org
Subject: mml-insert-tag: insert closing tag
Date: Tue, 29 Jan 2013 17:49:41 +0000 (GMT)	[thread overview]
Message-ID: <87r4l33mmj@ch.ristopher.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

2013-01-29  Christopher Schmidt  <christopher@ch.ristopher.com>

	* mml.el (mml-insert-part): Insert closing tag.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-diff, Size: 487 bytes --]

--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -1440,7 +1440,9 @@ TYPE is the MIME type to use."
   ;; when you send the message.
   (or (eq mail-user-agent 'message-user-agent)
       (setq mail-encode-mml t))
-  (mml-insert-tag 'part 'type type 'disposition "inline"))
+  (mml-insert-tag 'part 'type type 'disposition "inline")
+  (save-excursion
+    (mml-insert-tag '/part)))
 
 (declare-function message-subscribed-p "message" ())
 (declare-function message-make-mail-followup-to "message"

[-- Attachment #3: Type: text/plain, Size: 21 bytes --]


        Christopher

             reply	other threads:[~2013-01-29 17:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-29 17:49 Christopher Schmidt [this message]
2013-01-29 22:49 ` Katsumi Yamaoka
2013-01-30  7:28   ` Christopher Schmidt
2013-01-30  8:30     ` Katsumi Yamaoka
2013-01-30  8:37       ` Christopher Schmidt
2013-01-30  8:45         ` Katsumi Yamaoka
2013-01-30  8:55           ` Christopher Schmidt
2013-01-30  9:35             ` Katsumi Yamaoka
2013-01-30  9:57               ` Christopher Schmidt
2013-01-30 10:43                 ` Katsumi Yamaoka
2013-01-30 10:53                   ` Christopher Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4l33mmj@ch.ristopher.com \
    --to=christopher@ch.ristopher.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).