thunderbird-patch-review

Simple email patch review tool for Thunderbird

git clone git://mccd.space/thunderbird-patch-review
commit 100105f329a2f67e8d7951c1425a8f8d391e2e45
parent d81007a11e31f5b06e2de0d2f877b56a7ef7f382
Author: Marc <marc@coquand.email>
Date:   Sun, 19 Jul 2026 17:56:05 +0200

Remove permissions in README

Diffstat:
MREADME.html | 33---------------------------------
1 file changed, 0 insertions(+), 33 deletions(-)
diff --git a/README.html b/README.html
@@ -64,39 +64,6 @@
   Thunderbird's native directory chooser; the path field stays editable
   either way.</p>
 
-  <h2>Permissions</h2>
-  <dl>
-    <dt>messagesRead</dt>
-    <dd><p>Reads the selected message and its sibling patches in the
-    same folder (subject, author, body) to build the review.</p></dd>
-
-    <dt>accountsRead</dt>
-    <dd><p>Resolves the default identity of the account that owns the
-    reviewed message, for the From-address label and
-    send-as.</p></dd>
-
-    <dt>storage</dt>
-    <dd><p>Persists draft comments (keyed by Message-ID) across
-    restarts, plus the editor command, apply strategy, repo mappings,
-    and the last applied repository path.</p></dd>
-
-    <dt>compose, (compose.send)</dt>
-    <dd><p>Opens reply-to-all compose windows from Send review and
-    sends them in Send now mode. Without compose.send the review can
-    only be previewed in compose, never sent.</p></dd>
-
-    <dt>downloads</dt>
-    <dd><p>Writes the Download patchset .mbox to disk.</p></dd>
-
-    <dt>tabs</dt>
-    <dd><p>Opens the review tab and removes it after a successful
-    send.</p></dd>
-  </dl>
-  <dd>The privileged Apply, Browse... , and Open editor code does not use
-  a Mozilla permission: it is a WebExtension Experiment
-  (<code>experiment_apis.patchHost</code>) shipped inside the XPI and
-  runs only when the extension is loaded.</dd>
-
   <dt>Sourcehut integration</dt>
   <dd>When the series arrives via a sourcehut mailing list, an option
   to set the patch state header will appear when sending the review. It uses <a href="https://man.sr.ht/lists.sr.ht/#email-controls">Sourcehut's email controls</a>.</dd>