* semi-def.el (mime-browse-url-regexp): Allow https.
+2001-04-17 YAMASHITA Junji <ysjj@unixuser.org>
+
+ * semi-def.el (mime-browse-url-regexp): Allow https.
+
2001-03-06 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated
;;;
(defcustom mime-browse-url-regexp
- (concat "\\(http\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):"
+ (concat "\\(https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):"
"\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?"
"[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]")
"*Regexp to match URL in text body."