Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!jarthur!nntp-server.caltech.edu!toddpw From: toddpw@nntp-server.caltech.edu (Todd P. Whitesel) Newsgroups: comp.sys.apple2 Subject: Re: ACOS Mail Text Files Message-ID: <1991Feb20.040507.19701@nntp-server.caltech.edu> Date: 20 Feb 91 04:05:07 GMT References: <12584@darkstar.ucsc.edu> Organization: California Institute of Technology, Pasadena Lines: 14 How are you deleting messages? You have to delete a file before it's space is freed, but overwriting from the beginning re-uses the blocks that are already allocated for the file. If your mail file is constantly growing then you must be writing stuff onto the end and never purging the dead messages from disk -- maybe from your own data structure but prodos only frees disk blocks when you delete a file completely. I need to know more about how your Prodos routines work before I can make any intelligent guesses as to what's wrong... Todd Whitesel toddpw @ tybalt.caltech.edu