Re: Eudora boring header automation
Re: Eudora boring header automation
- Subject: Re: Eudora boring header automation
- From: Jon Pugh <email@hidden>
- Date: Mon, 2 Jun 2003 20:44:00 -0700
At 11:08 AM -0700 6/2/03, David Graham wrote:
>
>Look at <x-eudora-setting:3201> onwards.
>
>
I tried this on Eudora 4.2.1, 5, and 6 and it didn't work. It didn't insert any value into the "boring headers" list, and didn't affect the display of the headers. It had a default value of "received" and <<no explanation available>> for the setting description. Is this the correct setting number?
The setting number varies, because there appears to be a range of settings used.
Try this:
set x to 3201
set n to 50
set settingList to {}
tell application "Eudora"
repeat with i from x to x + n
copy {i, setting i} to end of settingList
end repeat
end tell
settingList
Look for the values of the boring header list. Find the next empty one. Set it and any others you might want to set.
Jon
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.