Skip to content

Commit

Permalink
rename "Other relevant information" to "Related information"
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Dec 1, 2023
1 parent c3240c7 commit 0054628
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion overlay/accounts.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`

Expand Down
2 changes: 1 addition & 1 deletion overlay/action.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`
* `"API List" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/apiList>`__
Expand Down
2 changes: 1 addition & 1 deletion overlay/addressBooks.provider.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/contacts`
* :doc:`/how-to/eventListeners`
Expand Down
2 changes: 1 addition & 1 deletion overlay/addressBooks.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/contacts`
* :doc:`/how-to/eventListeners`
Expand Down
2 changes: 1 addition & 1 deletion overlay/cloudFile.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`
* `"DropBox Uploader" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/dropbox>`__
Expand Down
2 changes: 1 addition & 1 deletion overlay/commands.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`

Expand Down
2 changes: 1 addition & 1 deletion overlay/compose.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`
* `"Compose Body" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/composeBody>`__
Expand Down
2 changes: 1 addition & 1 deletion overlay/composeAction.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`

Expand Down
2 changes: 1 addition & 1 deletion overlay/contacts.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/contacts`
* :doc:`/how-to/eventListeners`
Expand Down
2 changes: 1 addition & 1 deletion overlay/folders.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`

Expand Down
2 changes: 1 addition & 1 deletion overlay/identities.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`

Expand Down
2 changes: 1 addition & 1 deletion overlay/mailTabs.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`
* `"Quickfilter" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/quickfilter>`__
Expand Down
2 changes: 1 addition & 1 deletion overlay/mailingLists.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/contacts`
* :doc:`/how-to/eventListeners`
Expand Down
2 changes: 1 addition & 1 deletion overlay/menus.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`
* `"Quickfilter" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/quickfilter>`__
Expand Down
4 changes: 3 additions & 1 deletion overlay/messageDisplay.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Other relevant information
Related information

* `"Message Display" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/messageDisplay>`__

.. _messageDisplay_api:

==================
messageDisplay API
==================
Expand Down
2 changes: 1 addition & 1 deletion overlay/messageDisplayAction.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* `"Message Display" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/messageDisplay>`__

Expand Down
2 changes: 1 addition & 1 deletion overlay/messageDisplayScripts.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* `"Inline Attachment Preview" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/messageDisplayScript.pdfPreview>`__
* `"Notification Banner" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/messageDisplayScript.pdfPreview>`__
Expand Down
6 changes: 4 additions & 2 deletions overlay/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"messagesImport",
"messagesMove",
"messagesRead",
"sensitiveDataUpload"
"sensitiveDataUpload",
"messagesUpdate"
]
},
{
"namespace": "messages",
"ignore_permissions": [
"messagesTags"
"messagesTags",
"messagesTagsList"
],
"functions": [
{
Expand Down
2 changes: 1 addition & 1 deletion overlay/messages.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/messageLists`
* :doc:`/how-to/eventListeners`
Expand Down
2 changes: 1 addition & 1 deletion overlay/tabs.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`

Expand Down
2 changes: 1 addition & 1 deletion overlay/theme.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* `Theme guide <https://developer.thunderbird.net/add-ons/web-extension-themes>`__
* :doc:`/how-to/eventListeners`
Expand Down
2 changes: 1 addition & 1 deletion overlay/windows.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Other relevant information
Related information

* :doc:`/how-to/eventListeners`
* `"Await Popup" example <https://github.com/thunderbird/sample-extensions/tree/master/manifest_v3/awaitPopup>`__
Expand Down

0 comments on commit 0054628

Please sign in to comment.