4 Sep
2004
4 Sep
'04
12:17 p.m.
On 4.9.2004, at 03:38, James Ray wrote:
Maildir standard says to use link(), but I suppose it could fallback to rename() too.. Hmm. I'm just not sure if it's worth it to implement, it's useless bloat for most people. And it's not just copying, it's saving messages in general which fails with you.
any chance of someone either a) knocking me up a quick patch for this b) pointing me in the general direction of where I should be looking to write such a patch.
src/lib-storage/index/maildir/maildir-save.c. Just replace the two link() calls to rename(). The unlink() call after them can also be removed.