changed the 'auto-open' link in emails with attachments

svn: r4438
This commit is contained in:
Robby Findler 2006-09-26 13:48:39 +00:00
parent 7694a014ee
commit 79a6945f54

View File

@ -2517,7 +2517,8 @@
(when fn
(let ([full-fn (if (and (path-string? fn)
(let-values ([(base name dir?) (split-path fn)])
(not (path? base))))
(or (eq? base 'relative)
(path? base))))
(path->string (normalize-path (build-path "~/Desktop" fn)))
fn)])
(insert " " set-standard-style)