Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Generate simple but beautiful analytics of your Thunderbird email account

> **IMPORTANT**
> This project only gets security updates, since its functionality was ported to [a native Thunderbird add-on](https://github.com/devmount/third-stats). The three main reasons for the switch: This project depends on the mail storage engine, the stats creation process is too complex and the stats page cannot be accessed directly from Thunderbird.
> This project archived now, since its functionality was ported to a native Thunderbird add-on [ThirdStats](https://github.com/devmount/third-stats). The three main reasons for the switch: This project depends on the mail storage engine, the stats creation process is too complex and the stats page cannot be accessed directly from Thunderbird.

![Thunderbird Email Stats Screencast GIF](https://user-images.githubusercontent.com/5441654/93454804-c2ec1700-f8db-11ea-9db3-74ca68a77576.gif)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "thunderbird-stats",
"version": "0.1.6",
"license": "MIT",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Loading