13 Mar
2007
13 Mar
'07
3:21 p.m.
On Mon, 2007-03-12 at 22:31 -0700, Dan Price wrote:
/mnt/Maildir/tmp% mv 82 83 mv: cannot move
82' to
83': No space left on device/mnt/Maildir/tmp% mv 82 81 /mnt/Maildir/tmp%
I think in general you can't depend upon this--
As long as it works for most systems then it's useful to implement. Otherwise I'd just have to leave it as it is now, ie. it doesn't work at all in any systems when control files are in quota partition.
Although I guess in systems where the last rename() fails it could still go and unlink the mails from new/ dir and reply with "save failed" error.