xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
1e16af11062670a908eda93379f8be889be3686e
parent
0e8abd352a7a7db45aa7986328215c9500f146ef
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-23 14:34
add comment about onMessagesDisplayed

Diffstat

M experiment-api/api.js 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/experiment-api/api.js b/experiment-api/api.js

@@ -87,6 +87,8 @@ var xi = class extends ExtensionCommon.ExtensionAPI {
   87    87 						principal: context.extension.principal,
   88    88 					});
   89    89 				},
   -1    90 				// cannot be replaced by messageDisplay.OnMessagesDisplayed because
   -1    91 				// we need to replace the original handler
   90    92 				onOpenTab: new ExtensionCommon.EventManager({
   91    93 					context,
   92    94 					name: 'xi.onOpenTab',