I want to make a small plugin for awesome WM that will show a number of unread messages pending in Thunderbird. I want to fetch the number of messages accessing directly Thunderbird sqlite base. The question is: which base, table and fields should I query?
There are at least 15 bases under ~/.thunderbird/profile/
, including ./global-messages-db.sqlite
. In this base I tried messageAttributes
table, but with no big success. I could not find development documentation describing the attributes...
Any help here?