home *** CD-ROM | disk | FTP | other *** search
- > Applications that use c-client have the problem
- > solved for them.
- >
- > What they do is instead of remembering the message
- > number, they remember the message cache element from
- > mail_elt()
-
- This means moving the primary key from something known to change on
- expunge, to using a memory location as a primary key.
-
- Sounds dicey, but probably will work....if I never garbage collect. Do I
- read InternalDoc correctly...that mail_gc(stream,GC_ELT) will throw away
- the cache elements. It also is making assumptions about direct pointers,
- violating the cardinal rule of Macs.
-
- mail_elt is mail_element, right?
-
- --------------------------------------------------
- Adam Treister <treister@forsythe.stanford.edu>
- Polya Hall 205, Stanford CA 94305 - (415) 725-9449
- --------------------------------------------------
-
-
-
-