thunderbird-patch-review

Simple email patch review tool for Thunderbird

git clone git://mccd.space/thunderbird-patch-review
commit 37a9f897c6d0d3651af13758a7f33f91b3365116
parent e11ece8e417713cc5f0fc930bb7c4dab3edece79
Author: Pi Agent <agent@pi.local>
Date:   Wed, 22 Jul 2026 15:23:02 +0200

Drop the unused accountsRead permission

The linter's unused-permission check flagged accountsRead as possibly
unused; grep confirms no messenger.accounts.* (and no account/folder
API) is called anywhere in the add-on. It was added in the initial
commit and never used. Reviews ask for minimal permissions, so drop
it.

Diffstat:
Mextension/manifest.json | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/extension/manifest.json b/extension/manifest.json
@@ -29,7 +29,6 @@
   },
   "permissions": [
     "messagesRead",
-    "accountsRead",
     "storage",
     "compose",
     "compose.send",