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 (updated for 1.2.0)
(Updated for webOS 1.3.1)
Line 2: Line 2:
 
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:  
+
Access Linux, and then edit the following file:  
  vi /usr/palm/applications/com.palm.app.email/app/models/Email.js
+
  /usr/palm/applications/com.palm.app.email/app/models/Email.js
 +
 
 +
==webOS 1.3.1==
 +
Change the word "navy" on '''line 492''' to "black"
  
 
==webOS 1.2.0==
 
==webOS 1.2.0==

Revision as of 06:57, 15 November 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.

Access Linux, and then edit the following file:

/usr/palm/applications/com.palm.app.email/app/models/Email.js

webOS 1.3.1

Change the word "navy" on line 492 to "black"

webOS 1.2.0

Change the word "navy" on line 461 to "black"

webOS 1.1.0

Change the word "navy" on line 441 to "black"

webOS 1.0.3

Change the word "navy" on line 423 to "black"

Contributor(s)

  • jdoelger