+2001-08-10 Kenichi OKADA <okada@opaopa.org>
+
+ * semi-def.el (mime-browse-url-regexp): Allow nntps and ftps.
+
2001-06-12 Yuuichi Teranishi <teranisi@gohome.org>
* mime-view.el (mime-display-multipart/related): When "start"
;;;
(defcustom mime-browse-url-regexp
- (concat "\\(https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):"
+ (concat "\\(https?\\|ftps?\\|file\\|gopher\\|news\\|nntps?\\|telnets?\\|wais\\|mailto\\):"
"\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?"
"[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]")
"*Regexp to match URL in text body."