Skip to content

Commit 9fe67c4

Browse files
committed
Add messagesUpdate permission for Thunderbird 128 compatibility; note: causes warning in earlier versions
1 parent 115908c commit 9fe67c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "PrioMailbox",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"default_locale": "en",
66
"description": "PrioMailbox organizes your emails in Thunderbird with intelligent, trainable tags. Important messages are highlighted, while unimportant ones are hidden.",
77
"icons": {
@@ -18,6 +18,7 @@
1818
"permissions": [
1919
"messagesModify",
2020
"messagesRead",
21+
"messagesUpdate",
2122
"storage",
2223
"menus",
2324
"notifications",

0 commit comments

Comments
 (0)