-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail Link Issues on Windows #13
Comments
I had the same problem and was able to get it working by creating a register entry like this == BEGIN .REG FILE === Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\imap-message] [HKEY_CLASSES_ROOT\imap-message\shell] [HKEY_CLASSES_ROOT\imap-message\shell\open] [HKEY_CLASSES_ROOT\imap-message\shell\open\command] == END .REG FILE === |
I'm not sure how to create a registry file. |
I have installed 64bit thunderbird and changed the path - but its still not working for me. |
@SmBe19 |
That is absoulutly right, but i have seen that it does not working fine. The default string value at |
Hey everyone, thanks for posting possible solutions and helping each other out. Unfortunately, I currently do not have a Windows machine on which I can test this, so I can't really debug this. I have now fixed the mistake which @lugiii93 pointed out (thanks!), maybe this fixes it. I'll leave this issue open to collect and discuss any further problems appearing on Windows. |
@SmBe19 |
@lugiii93 |
/edit The content of the file can also be viewed before in a text editor by clicking the right mouse button. So everything is 100% secure. https://www.file-upload.net/download-14849504/ThunderbirdMailLinksintoRegistry.reg.html @kteevee |
Great extension @SmBe19 appreciate your work. Just wondering does this only work when emails are left in your inbox as whenever I move them to a folder or sub-folder the link doesn't work. Thanks |
@dionsternberg Yes, this only works if the email is not moved after the task is created. So if you create the task in the inbox, the link breaks if you move it to a subfolder. I believe if you first move it to a subfolder and then create a task, the link will work (as long as the email is not moved again). Unfortunately, the link to an email changes when the email is moved to a different folder. As far as I know, there is currently no suitable way to open a message just by some message id, you have to include the folder in the link. |
Im having the problem that it won’t link to the email unless it is in the inbox |
this file (by @lugiii93 ): https://www.file-upload.net/download-14849504/ThunderbirdMailLinksintoRegistry.reg.html Thank you @lugiii93 and @kteevee for solving the pb :-) |
why did you close @CedricCourson. Im currently having trouble with the linking email, if someone can help me that would be great. i have attached some screen shots to show the issue The top mail link was made from a email that is in my inbox and will take to THunderbird's email when i click it The bottom link was made from an email that has been placed in a folder and when i click the link it takes me to a blank todoist page |
oh sorry @dionsternberg , my bad, I missread your post... I re-open it ;-) |
I had to change the last line of the file to |
Another hint for people who might have issues with the powershell snippet: It needs to run with administrator privileges. If run with normal user privileges, no error is shown (in fact there is no output at all). There should be some output showing the successful creation of the registry keys. |
Greetings @CedricCourson & @dionsternberg ! This will happen if you move the location of the email after entering it into Todoist. The folder is part of the location that is stored in the link, so if you add the email from your Inbox, then move it, the link in Todoist will still be telling Thunderbird to open something like I have adopted a workflow where I have an @todo folder in TB, and any email which I will add to Todoist goes there first. Then add it to Todoist, and don't move it until you have completed the task in Todoist. Alternately, if you've already added the task, and then move the email, just add it back from it's new location. Many thanks to @SmBe19 for this excellent plugin. Have been a Thunderbird and Todoist user for many years, and when Doist abandoned their own TB plugin, I was very sad... 🙏 |
I had the same Registry issue & fixed it when first installing this on Windows back in May of '21, but had neglected to follow the link to Github and post. My bad. Here are the complete registry fixes needed to register both the IMAP accounts (which are already posted above), as well as the Local Mail accounts (which are not posted here yet from what I can see). @SmBe19 You might consider providing the *.reg files in a code block in the Readme... Running PowerShell scripts are generally going to be more locked down on Windows. Double clicking a *.reg file will provide an Admin elevation prompt / warning but will generally be easier for non-dev users to apply... Create a file of any name with extension .reg, e.g.
|
@trulycool Thanks for the suggestion, I have now included the |
Thanks for your update, the extension now also works with Thunderbird 115. However, I cannot get the links to work on Windows. I registered the protocol, but the link does not open. However, I have the impression that when the extension creates the link, the URL does not start with mid:// but only with mid: |
This is correct, the link should just start with Does it work if you change it to With the original Did it work correctly with the old links? |
I just tried it on another PC. Everything is fine. Thank you very much! |
Hello
Thank you for your developpement !
But the mail-link dosnt work on windows ...
The app create a task with a link. But ba clicking on the link on todoist, windows is not able to open the link. I tried your code on powershell but it doesn't work....
Thank you
The text was updated successfully, but these errors were encountered: