mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
20 lines
884 B
Properties
20 lines
884 B
Properties
#
|
|
# messenger.properties
|
|
# mailnews.js
|
|
mailnews.start_page.url=chrome://messenger/locale/start.html
|
|
mailnews.release_notes.url=http://www.mozilla.org/projects/thunderbird/release-notes.html
|
|
mailnews.hints_and_tips.url=http://texturizer.net/thunderbird/
|
|
messenger.throbber.url=http://www.mozilla.org/projects/thunderbird/
|
|
compose.throbber.url=http://www.mozilla.org/projects/thunderbird/
|
|
addressbook.throbber.url=http://www.mozilla.org/projects/thunderbird/
|
|
# To make mapit buttons to disappear in the addressbook, specify empty string. For example:
|
|
# mail.addr_book.mapit_url.format=
|
|
# The format for "mail.addr_book.mapit_url.format" is:
|
|
# @A1 == address, part 1
|
|
# @A2 == address, part 2
|
|
# @CI == city
|
|
# @ST == state
|
|
# @ZI == zip code
|
|
# @CO == country
|
|
mail.addr_book.mapit_url.format=http://www.mapquest.com/maps/map.adp?country=@CO&address=@A1%20@A2&city=@CI&state=@ST&zipcode=@ZI
|