Hi, Winston.
Yes, I agree with Ron that recent server problems may have made these
Recovered Items appear more often.
My experience has been that WLM is pretty robust and, when given enough down
time, it will correct most of these problems on its own. Of course, I'm
often too impatient and I go in and delete some before WLM gets to them.
Newsgroup messages do seem to appear here much more often than emails.
Maybe that's just because we get a lot more NG posts than emails?
RC
--
R. C. White, CPA
San Marcos, TX
Microsoft Windows MVP
Windows Live Mail 2009 (14.0.8089.0726) in Win7 Ultimate x64
"...winston" <> wrote in message
news:...
> @Robert,
> Thanks, filed away..appreciate it.
>
> Fyi...for some reason, I am seeing more items(newsgroups, not mail) appear
> in the Recovered items folders on Win7/WLM than I did in XP or Vista
> without changing any usage patterns or methods for operating WLM.
>
> --
> ...winston
> ms-mvp mail
>
> "Robert Aldwinckle" <> wrote in message
> news:...
>>
>> "...winston" <> wrote in message
>> news:...
>>>
>>> I've not seen this 'line item format' before..note the characters after
>>> the date and the newsgroup name.
>>
>>
>> Same in XPsp3. It's been there quite a while I think. WLMail's version
>> of 8.3 naming long filenames? ; }
>>
>> BTW this works for me to find out which newsgroup (assuming .nws file) is
>> involved:
>>
>> <cmd command_line>
>> E:\WLMail Message Store\Storage Folders\Recovered items>findstr /s
>> "^Newsgroups:" *
>> </cmd>
>>
>> Note that you could optionally have a command which would show you the
>> timestamps as well:
>>
>> findstr /s "^Newsgroups: ^Date:" *
>>
>>
>> ; )
>>
>> Robert