WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to import the rules?

 
Goto page 1, 2
   Home -> Vista -> Mail RSS
Next:  Can't import from OE6 Files  
Author Message
Mantvydas

External


Since: Dec 10, 2006
Posts: 24



(Msg. 1) Posted: Sun Dec 10, 2006 4:04 am
Post subject: How to import the rules?
Archived from groups: microsoft>public>windows>vista>mail (more info?)

Hello, everybody,

has anyone succesfully imported into Windows Mail rules exported from
Outlook Express 6?

I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
would very much like to import them into Windows Mail, but the place for
rules in Registry is now different, and most probably different syntax.

Has anyone seen any importer?
Back to top
Login to vote
Steve Cochran

External


Since: Feb 22, 2006
Posts: 3447



(Msg. 2) Posted: Sun Dec 10, 2006 6:33 am
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Not yet.

What should work is to edit the reg file and substitute the Identities path
with the new path to the rules. Then try merging it. You might backup the
WinMail key first in case it screws up.

The new path is:

HKEY_CURRENT_USER\Software\Microsoft\Windows Mail\Rules

The filter part I wouldn't mess with, but I think the mail and news rules
formats are the same.

steve


"Mantvydas" <mantvydas at gmail dot com> wrote in message
news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
> Hello, everybody,
>
> has anyone succesfully imported into Windows Mail rules exported from
> Outlook Express 6?
>
> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
> would very much like to import them into Windows Mail, but the place for
> rules in Registry is now different, and most probably different syntax.
>
> Has anyone seen any importer?
Back to top
Login to vote
Steve Cochran

External


Since: Feb 22, 2006
Posts: 3447



(Msg. 3) Posted: Tue Dec 12, 2006 12:16 pm
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That won't work. The rule gets inserted into the registry okay, but it
appears the rule format is a bit different so an interpreter might be
needed.

steve

"Steve Cochran" <scochran.RemoveThis@oehelp.com> wrote in message
news:C710B1F4-B452-4EF7-A1CB-DF95A5C9AEAF@microsoft.com...
> Not yet.
>
> What should work is to edit the reg file and substitute the Identities
> path with the new path to the rules. Then try merging it. You might
> backup the WinMail key first in case it screws up.
>
> The new path is:
>
> HKEY_CURRENT_USER\Software\Microsoft\Windows Mail\Rules
>
> The filter part I wouldn't mess with, but I think the mail and news rules
> formats are the same.
>
> steve
>
>
> "Mantvydas" <mantvydas at gmail dot com> wrote in message
> news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
>> Hello, everybody,
>>
>> has anyone succesfully imported into Windows Mail rules exported from
>> Outlook Express 6?
>>
>> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
>> would very much like to import them into Windows Mail, but the place for
>> rules in Registry is now different, and most probably different syntax.
>>
>> Has anyone seen any importer?
>
Back to top
Login to vote
Steve Cochran

External


Since: Feb 22, 2006
Posts: 3447



(Msg. 4) Posted: Tue Dec 12, 2006 1:11 pm
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Okay there are actually 4 issues, but I figured out two of them.

This is for a single rule at the moment. I'll try and program it so it
doesn't have to be done rule by rule.

First export the rule from the machine with OE:

HKEY_CURRENT_USER\Identities\{GUID}\Software\Microsoft\Outlook
Express\5.0\Rules\Mail\002

where GUID is the Identity and this is rule 3

Then edit the reg file with Notepad.

Do replace for

HKEY_CURRENT_USER\Identities\{GUID}\Software\Microsoft\Outlook Express\5.0

with

HKEY_CURRENT_USER\Software\Microsoft\Windows Mail

Then save the file.

Then the search strings have been changed to Unicode so set the cursor where
the Rule Criteria start. Then do a second replace until the end of the file
and search for

,

replace with

,00,

Then in the last line of each criteria add

,00

Then save.

Then create a mock rule in the registry with WinMail and close WinMail.
Then delete that mock key in the registry. Make sure the rule number in the
saved reg file matches that that you just deleted.

Then merge the file into the registry.

Open WinMail and go to Tools | Message rules and you see the new message
rule spelled out okay when you click on it, except for the folder name. You
will still have to specify the folder names again because those are coded
numerically, I think.

Anyway, that will work, but its a bit involved to do manually.

steve



"Mantvydas" <mantvydas at gmail dot com> wrote in message
news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
> Hello, everybody,
>
> has anyone succesfully imported into Windows Mail rules exported from
> Outlook Express 6?
>
> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
> would very much like to import them into Windows Mail, but the place for
> rules in Registry is now different, and most probably different syntax.
>
> Has anyone seen any importer?
Back to top
Login to vote
Mantvydas

External


Since: Dec 10, 2006
Posts: 24



(Msg. 5) Posted: Fri Dec 15, 2006 8:25 pm
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hasn't anyone wanted to bring Outlook Express rules from the old computer to
the new with Windows Vista? Strange, that noone answers.

Mantvydas

"Mantvydas" <mantvydas at gmail dot com> wrote in message
news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
> Hello, everybody,
>
> has anyone succesfully imported into Windows Mail rules exported from
> Outlook Express 6?
>
> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
> would very much like to import them into Windows Mail, but the place for
> rules in Registry is now different, and most probably different syntax.
>
> Has anyone seen any importer?
Back to top
Login to vote
Jim Pickering

External


Since: Nov 18, 2006
Posts: 74



(Msg. 6) Posted: Fri Dec 15, 2006 8:25 pm
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I doubt it since it would require quite a bit of registry editing. The
location for rules in the registry is as follows:

HKEY_CURRENT_USER\Software\Microsoft\Windows Mail\Rules

And you will note, there is no use of identities in Windows Mail (as there
was in Outlook Express). FWIW, it would just seem easier and quicker to
create new rules in Windows Mail.
--
Jim Pickering, MVP/Windows Mail applications
Please reply ONLY to newsgroup.


"Mantvydas" <mantvydas at gmail dot com> wrote in message
news:D40FFF44-187D-449B-AE8A-A7B13A34C6FE@microsoft.com...
> Hasn't anyone wanted to bring Outlook Express rules from the old computer
> to the new with Windows Vista? Strange, that noone answers.
>
> Mantvydas
>
> "Mantvydas" <mantvydas at gmail dot com> wrote in message
> news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
>> Hello, everybody,
>>
>> has anyone succesfully imported into Windows Mail rules exported from
>> Outlook Express 6?
>>
>> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
>> would very much like to import them into Windows Mail, but the place for
>> rules in Registry is now different, and most probably different syntax.
>>
>> Has anyone seen any importer?
>
Back to top
Login to vote
Steve Cochran

External


Since: Feb 22, 2006
Posts: 3447



(Msg. 7) Posted: Thu Dec 21, 2006 10:55 am
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You didn't see my replies?

steve

"Mantvydas" <mantvydas at gmail dot com> wrote in message
news:D40FFF44-187D-449B-AE8A-A7B13A34C6FE@microsoft.com...
> Hasn't anyone wanted to bring Outlook Express rules from the old computer
> to the new with Windows Vista? Strange, that noone answers.
>
> Mantvydas
>
> "Mantvydas" <mantvydas at gmail dot com> wrote in message
> news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
>> Hello, everybody,
>>
>> has anyone succesfully imported into Windows Mail rules exported from
>> Outlook Express 6?
>>
>> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
>> would very much like to import them into Windows Mail, but the place for
>> rules in Registry is now different, and most probably different syntax.
>>
>> Has anyone seen any importer?
>
Back to top
Login to vote
Mantvydas

External


Since: Dec 10, 2006
Posts: 24



(Msg. 8) Posted: Wed Dec 27, 2006 12:48 am
Post subject: Re: How to import the rules? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry guys,

thank you for the replies, but really, I haven't seen them in Windows Mail!

I marked the conversation I started with "Watch Conversation", and I haven't
received any reply of yours (even my second message!) to my Windows Mail
everafter!

I only found all this conversation on its copy on the web
http://help.wugnet.com/vista/import-rules-ftopict22926.html

Somekinda bug of Windows Mail?

Thank you for the feedback guys, I really appreciate it, and I didn't want
to offend those who tried the various ways.

Regards,
Mantvydas

"Mantvydas" <mantvydas at gmail dot com> wrote in message
news:3CEC3BA5-136B-4946-ACE5-06F6E12AEEF2@microsoft.com...
> Hello, everybody,
>
> has anyone succesfully imported into Windows Mail rules exported from
> Outlook Express 6?
>
> I've done an export of Registry Identities/Outlook Express/5.0/Rules, and
> would very much like to import them into Windows Mail, but the place for
> rules in Registry is now different, and most probably different syntax.
>
> Has anyone seen any importer?
Back to top
Login to vote
Display posts from previous:   
       Home -> Vista -> Mail All times are: Eastern Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
  Windows Vista
 Windows Other
 Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support