Re: Eudora boring header automation
Re: Eudora boring header automation
- Subject: Re: Eudora boring header automation
- From: David Graham <email@hidden>
- Date: Mon, 2 Jun 2003 21:15:10 -0700
Jon,
It's not a problem finding which one to set, but rather making it
stick. You can set it via the x-setting URL or via AppleScript, but it
doesn't actually take effect for some reason. After setting the value,
you can get the setting number and it returns the new value, but it
makes no difference in the header display. Having a look at the
resource fork of the resource file shows that it was never written to
the appropriate resource. So, it's saving it somewhere, but not
(apparently) where it matters.
Any suggestions?
- Dave
On Monday, June 2, 2003, at 08:44 PM, Jon Pugh wrote:
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.
--
david m graham
619.322.9698
http://homepage.mac.com/davidgraham/
_______________________________________________
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.