On Fri, 1 Dec 2006 14:06:52 -0800 (PST), Mark Crispin
<[EMAIL PROTECTED]> wrote:

>Some comments on your purge program:
>
>>        if (!(ms = mail_open (NULL, argv[1], OP_SHORTCACHE)))
>>                return (1);
>
>Do not use shortcaching.  Shortcaching was a 16-bit DOS facility that was 
>abandoned 10 years ago.  I can't promise how c-client will behave with 
>OP_SHORTCACHE set.


The internal.txt doc says:

> OP_SHORTCACHE   Don't cache envelopes or body structures


Since my program only needs to expunge, and not read, avoiding caching
at least sounded like a good idea.  But now I've dropped OP_SHORTCACHE
by changing options to NIL.


>It's even possible that this could be causing your invalid UID messages.

OK, I will see what happens after the change.  Thanks for the input!



_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to