Skip to content

Commit d5f528b

Browse files
authored
Merge pull request #113 from jeevatkm/for-tb-91
Added support for TB91
2 parents a6accfa + 539d424 commit d5f528b

File tree

5 files changed

+1015
-474
lines changed

5 files changed

+1015
-474
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Quoting Email Headers in Thunderbird
2-
[![Version](https://img.shields.io/badge/version-2.3.0-blue.svg)](https://github.com/jeevatkm/ReplyWithHeaderMozilla/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/ReplyWithHeaderMozilla.svg)](LICENSE)
2+
[![Version](https://img.shields.io/badge/version-2.4.0-blue.svg)](https://github.com/jeevatkm/ReplyWithHeaderMozilla/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/ReplyWithHeaderMozilla.svg)](LICENSE)
33

44
ReplyWithHeaderMozilla aka [RWH Thunderbird] is an add-on for Thunderbird mail client that enables email header.
55
Brings Outlook header capabilities into Thunderbird.
@@ -30,4 +30,4 @@ Have a look on [Contributors](https://github.com/jeevatkm/ReplyWithHeaderMozilla
3030

3131
# License
3232

33-
ReplyWithHeader Mozilla is released under [MIT License](LICENSE)
33+
ReplyWithHeader Mozilla is released under [MLP-2.0 License](LICENSE)

chrome/content/rwh-prefs.xhtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
radiogroup.horizontal { display:inline-block; display: flex; }
99
.horizontal radio { margin-right:20px; }
1010
button { cursor: pointer }
11+
tab { color: unset !important; }
1112
" type="text/css"?>
1213

1314
<!--

0 commit comments

Comments
 (0)