Automatic mail classification extension with Bayesian filter for Thunderbird
A Thunderbird extension that automatically sorts emails into several buckets (tags) using a Bayesian filter.
Function | Key |
---|---|
Batch email judgment | Ctrl + B |
Email judgment | Ctrl + Shift + C |
Judgment log display | Ctrl + Shift + V |
Statistical information | Ctrl + Shift + S |
Function | Key |
---|---|
Batch email judgment | Option + Shift + B |
Email judgment | Option + Shift + C |
Judgment log display | Option + Shift + V |
Statistical information | Option + Shift + S |
Function | Key |
---|---|
Batch email judgment | Alt + Shift + B |
Email judgment | Alt + Shift + C |
Judgment log display | Ctrl + Shift + V |
Statistical information | Alt + Shift + S |
Autobucket has changed the data storage destination from Sync storage area to Local storage area from version 1.2.0.
The reason for the change is that even if the data is deleted, the Sync storage area is only set with the deleted flag, and the actual data is not deleted and continues to be accumulated. As a result, Thunderbird started taking a long time.
This change resolves the slow startup issue, but the Sync storage still has data with the deleted flag. There is no particular operational problem with this, but if you are concerned that the data will continue to remain, you can delete the past data by the following method. However, please be careful as you edit the Thunderbird database directly.
storage-sync.sqlite
in the folder where the Thunderbird target profile is saved using DB Browser.delete from collection_data where collection_name ='default / autobacket@a-tak.com' and record like'%" _ status ":" deleted "%'
on the SQL Execution
tab.This completes the work.