> Other than installing a newer WebKit system-wide (which has stability  
> issues), is there an "easy" way to point Mail to using a newer build?   
> The newer builds are much faster at displaying image heavy messages.

You could try to relink the binary from the command line with
install_name_tool. On my 10.4.11 system, it is linked to

/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

You could change this to point to another WebKit library with something
like

install_name_tool -change 
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 
/Foo/Bar/Bletch/NewWebKit.framework/Versions/A/WebKit 
/Applications/Mail.app/Contents/MacOS/Mail

However, I would back up your Mail.app first! No promises that this would
work, YMMV, batteries not included, please see your physician for execution
time lasting longer than four hours.

-- 
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected]
-- :wq! -----------------------------------------------------------------------

-- 
-- 
You received this message because you are a member of G-Group, a group for 
those using G3, G4, and G5 desktop Macs - with a particular focus on Power Macs.
The list FAQ is at http://lowendmac.com/lists/g-list.shtml and our netiquette 
guide is at http://www.lowendmac.com/lists/netiquette.shtml
To post to this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/g3-5-list

--- 
You received this message because you are subscribed to the Google Groups 
"G-Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to