+1999-04-30 Shigeru OKUMURA <sokumura@jaist.ac.jp>
+
+ * mime-edit.el (mime-edit-use-long-mime-charset-comment):
+ new variable for switch long comment mime-charset-comment
+
1999-04-29 Shigeru OKUMURA <sokumura@jaist.ac.jp>
* mime-view.el (mime-dsiplay-application/x-postpet):
"A string formatted version of mime-transfer-level")
(make-variable-buffer-local 'mime-transfer-level-string)
-;;(put 'iso-2022-jp-2 'mime-charset-comment "RFC1554")
-;;(put 'iso-2022-jp 'mime-charset-comment "RFC1468 with trivial bugfix")
+;;
+;; some MUA reject long comment
+;;
+
+(if (and (boundp 'mime-edit-use-long-mime-charset-comment)
+ mime-edit-use-long-mime-charset-comment)
+ (progn
+ (put 'iso-2022-jp-2 'mime-charset-comment "RFC1554")
+ (put 'iso-2022-jp 'mime-charset-comment "RFC1468 with trivial bugfix")
+ )
+ )
+
;;; @@ about content transfer encoding
(defvar mime-content-transfer-encoding-priority-list