指向特定邮件消息的超链接

指向特定邮件消息的超链接

我希望能够创建指向特定电子邮件消息的超链接。我的客户端是 thunderbird。

我找到了这个脚本https://addons.mozilla.org/en-uS/thunderbird/addon/thunderlink/?src=userprofile

安装并添加代码后

REGEDIT4

[HKEY_CLASSES_ROOT\thunderlink]
@="URL:thunderlink Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\thunderlink\shell]

[HKEY_CLASSES_ROOT\thunderlink\shell\open]

[HKEY_CLASSES_ROOT\thunderlink\shell\open\command]
@="\"C:\\Program Files (x86)\\Mozilla Thunderbird\\thunderbird.exe\" -thunderlink \"%1\""

到名为

脚本-som-behovs.reg

在我的文件夹中

C:\Program 文件(x86)\Mozilla Thunderbird

然后双击它...

该程序根本无法运行。我不知道该如何解决它。也许有人知道为什么它不起作用,或者有其他解决方案

相关内容