Andrea Cerrito writes:
> Hi.
>
> I'm using sqwebmail in a Coda fs environment, and it works perfectly, except
> for the delete function.
> Coda doesn't allow hardlink, and this is the error (strace of the httpd
> serving the cgi):
>
> [pid 7633] link(".Sent/cur/988901400.6099.homer-a.mgt.int,S=1332:2,S",
> ".Trash/cur/988901400.6099.homer-a.mgt.int,S=1332:2,S") = -1 EXDEV (Invalid
> cross-device link)
>
> I found a lot of link() in the sqwebmail code, so I'm not sure what I have
> to modify.
> All functions that must link files (ie: move) must use rename() instead of
> link() (I've already patched qmail / vpopmail).
>
> This is a note problem with Coda.
> Where are the link() functions to be modified?
> I'm using sqwebmail 2.0.0.
There's nothing to modify. There are no acceptable substitutes for hard
links.
--
Sam