* url-mailto.el (url-mailto): Always use a new mail buffer.
+2005-09-13 Chong Yidong <cyd@stupidchicken.com>
+
+ * url-mailto.el (url-mailto): Always use a new mail buffer.
+
2005-09-01 Chong Yidong <cyd@stupidchicken.com>
* url-util.el (url-parse-query-string): New optional argument
(setq args (cons (list "to" to) args))))
(setq subject (cdr-safe (assoc "subject" args)))
- (if (fboundp url-mail-command) (funcall url-mail-command) (mail))
+ (if (fboundp url-mail-command) (funcall url-mail-command) (mail 'new))
(while args
(if (string= (caar args) "body")
(progn