Gnus development mailing list
 help / color / mirror / Atom feed
* p0.84: Difference in use of "message/rfc822" content type
@ 1999-05-04 17:29 Karl Kleinpaste
  0 siblings, 0 replies; only message in thread
From: Karl Kleinpaste @ 1999-05-04 17:29 UTC (permalink / raw)


When I use gnus-summary-mail-forward (`S o m'), Gnus manufactures a
message buffer containing a Content-Type: message/rfc822.
                                                     ^ note

When I just now replied to some other mail and also wanted to include
yet another item of mail, I used `C-c C-a', and when offered the
content-type prompt, Gnus auto-completed on message/rfc-822.
                                                       ^ note

I believe that the latter version is incorrect, so that the 5
occurrences of that string in mailcap.el need to be changed:

--- mailcap.el.~1~	Tue May  4 13:24:24 1999
+++ mailcap.el	Tue May  4 13:23:53 1999
@@ -133,22 +133,22 @@
       (viewer . mm-view-message)
       (test   . (and (featurep 'gnus)
 		     (gnus-alive-p)))
-      (type   . "message/rfc-822"))
+      (type   . "message/rfc822"))
      ("rfc-*822"
       (viewer . vm-mode)
       (test   . (fboundp 'vm-mode))
-      (type   . "message/rfc-822"))
+      (type   . "message/rfc822"))
      ("rfc-*822"
       (viewer . w3-mode)
       (test   . (fboundp 'w3-mode))
-      (type   . "message/rfc-822"))
+      (type   . "message/rfc822"))
      ("rfc-*822"
       (viewer . view-mode)
       (test   . (fboundp 'view-mode))
-      (type   . "message/rfc-822"))
+      (type   . "message/rfc822"))
      ("rfc-*822"
       (viewer . fundamental-mode)
-      (type   . "message/rfc-822")))
+      (type   . "message/rfc822")))
     ("image"
      ("x-xwd"
       (viewer  . "xwud -in %s")

Alternatively, if "with dash" is correct, then the occurrences of
"rfc822" in message.el, mm-{en,de}code.el, and nndoc.el need to be
changed.

If both are acceptable, then at least nndoc.el needs to be changed to
make the detecting regexp general to both forms.

--karl


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-05-04 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-04 17:29 p0.84: Difference in use of "message/rfc822" content type Karl Kleinpaste

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).