thunderbird-addon-scriptable-notifications
thunderbird-addon-scriptable-notifications copied to clipboard
Allow you to use an external script to manage Thunderbird mails notifications
Trying to get an actual terminal window to show and I cannot for the life of me figure it out. I've tried many variations of `"C:\Program Files\PowerShell\7\pwsh.exe" -Command "Start-Process pwsh.exe"`...
New mail notifications while using imap worked for a while, and then stopped working. The script-connectionless does not get executed when new email arrives, when you push New Message button...
Hi, i tried use scriptable-notifications with bash ;) - extended mode - connectionless ``` #!/bin/bash # read stdin from stdin (skip first 4 bytes) readarray -t meta <
I just started with the addon and configured everything for the extended script (Win 11): When I get a new email, the follows errors appear: > Error: Support deprecated since...