Difference between revisions of "Patch Email Change Default Font for Replies-Forwards from Navy to Black"

From WebOS Internals
Jump to navigation Jump to search
m
(added vi command)
Line 1: Line 1:
 
It bothered me how all my replies/forwards showed up in navy blue font, so I figured out a way to make the font black.  The fix is pretty easy actually.
 
It bothered me how all my replies/forwards showed up in navy blue font, so I figured out a way to make the font black.  The fix is pretty easy actually.
  
On your rooted Pre, edit the following file: '''/usr/palm/applications/com.palm.app.email/app/models/Email.js'''
+
On your rooted Pre, edit the following file: '''vi /usr/palm/applications/com.palm.app.email/app/models/Email.js'''
  
Change the word "navy" on line 423 to "black"
+
Change the word "navy" on line 423 to "black" for update 1.0.3
  
 
And that's it.
 
And that's it.

Revision as of 18:21, 30 July 2009

It bothered me how all my replies/forwards showed up in navy blue font, so I figured out a way to make the font black. The fix is pretty easy actually.

On your rooted Pre, edit the following file: vi /usr/palm/applications/com.palm.app.email/app/models/Email.js

Change the word "navy" on line 423 to "black" for update 1.0.3

And that's it.

Enjoy.

Edit -- on webOS 1.1.0 it looks like the line to edit is 441. -jdoelger