removed a method call for Thudnerbird 115
This commit is contained in:
parent
b60e758802
commit
7e758a51e6
1 changed files with 1 additions and 6 deletions
|
|
@ -1391,12 +1391,7 @@ async function processEmails(args) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try {
|
|
||||||
browser.messages.onNewMailReceived.addListener(newEmailListener, !prefs_init.add_tags_auto_only_inbox);
|
browser.messages.onNewMailReceived.addListener(newEmailListener, !prefs_init.add_tags_auto_only_inbox);
|
||||||
} catch (e) {
|
|
||||||
taLog.log("Using browser.messages.onNewMailReceived.addListener with one agrument for Thunderbird 115.");
|
|
||||||
browser.messages.onNewMailReceived.addListener(newEmailListener);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AI summary generation function using ThunderAI infrastructure
|
* AI summary generation function using ThunderAI infrastructure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue