xi-conversations

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

commit
75d733847e93177887231e74626369ca43ff0237
parent
8a6a6e0413377060a6ce065db6b95f51df7aa9fe
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-07-01 17:47
rm thunderbird 85 compat code

Diffstat

M experiment-api/api.js 3 ---

1 files changed, 0 insertions, 3 deletions


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

@@ -69,9 +69,6 @@ var xi = class extends ExtensionCommon.ExtensionAPI {
   69    69 				body: glodaMsg._indexedBodyText,
   70    70 				canReplyToList: !!glodaMsg.mailingLists,
   71    71 				attachmentInfos: glodaMsg.attachmentInfos.map(a => ({name: a.name, url: a.url})),
   72    -1 
   73    -1 				// backport from thunderbird 85
   74    -1 				headerMessageId: glodaMsg.headerMessageID,
   75    72 			});
   76    73 		};
   77    74