changed the 'auto-open' link in emails with attachments
svn: r4438
This commit is contained in:
parent
7694a014ee
commit
79a6945f54
|
@ -2517,7 +2517,8 @@
|
||||||
(when fn
|
(when fn
|
||||||
(let ([full-fn (if (and (path-string? fn)
|
(let ([full-fn (if (and (path-string? fn)
|
||||||
(let-values ([(base name dir?) (split-path 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)))
|
(path->string (normalize-path (build-path "~/Desktop" fn)))
|
||||||
fn)])
|
fn)])
|
||||||
(insert " " set-standard-style)
|
(insert " " set-standard-style)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user