micz / ImapDraftUnread

This is a Thunderbird addon that lets you customize the behavior of the IMAP draft unread messages. No more new mail notifications for your drafts!!
http://micz.it/thunderdbird-addon-imap-draft-unread/
2 stars 0 forks source link

Add Thunderbird 68 compatibility #8

Open tooomm opened 5 years ago

tooomm commented 5 years ago

IMAP mail accounts are the default and widely spread.

Please, we need an update here... it's so annoying to have notifications for own draft mails! 😄

tooomm commented 4 years ago

If somebody wants to pick this up, please help!

I tried to make this work again with the help of this link, but no luck. I deleted the install.rdf and replaced it with a new manifest.json derived from it:

{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "imapdraftunread@micz.it",
      "strict_min_version": "68.0"
    }
  },
  "name": "IMAP Draft Unread",
  "description": "This is a Thunderbird addon that lets you customize the behavior of the IMAP draft unread messages. No more new mail notifications for your drafts!!",
  "version": "2.0",
  "icons": {
    "32": "skin/mzidu-icon.png.png"
    "64": "skin/mzidu-icon.png64.png"
  },
  "legacy": {
    "type": "xul",
    "options": {
      "page": "chrome://imapdraftunread/content/mzidu-settings.xul",
    }
  }
  "author": "Mic (m@micz.it)"
}

Probably I messed something up here as it seems to not work for me. Maybe some more adjustments need to be make elsewhere or I missed something, but when I tried to install it I always go the message "This add-on is not compatible with Thunderbird 68.2.1".

What is missing for sure is support for localization, as that should work a bit different with MailExtensions with legacy support now.