Skip to content

"messages.move() requires to specify a MailFolderId instead of a full MailFolder object." #16

@LispEngineer

Description

@LispEngineer

Hi again!

In the most recent version (6), on Thunderbird 137.0.1, when I move messages I sometimes get this on the Thunderbird error log:

Error: Support deprecated since Thunderbird 121 and removed in Manifest V3: messages.move() requires to specify a MailFolderId instead of a full MailFolder object.

It specifies the location at background.js:53.

await browser.messages.move(messageIds, folder);

I am not remotely an expert in Thunderbird, but this might work:

await browser.messages.move(messageIds, folder.id);

Per the documentation here.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions