jeevatkm / ReplyWithHeader

Quoting Outlook style headers and Signatures for Mail.app
https://myjeeva.com/replywithheader
MIT License
64 stars 7 forks source link

Unable to load ReplywithHeader #55

Closed Jornvdd closed 10 years ago

Jornvdd commented 10 years ago

Hi,

I'm trying to install the plugin on my macbook pro retina, with the latest Mavericks version on it and always receive an error message.

Right below you can find the error message as recorded within the terminal application.

Please advise

21/01/14 16:30:12,026 Mail[1592]: Plugin compatibility check failed for ReplyWithHeader.mailbundle. The plugin's Info.plist must have a SupportedPluginCompatibilityUUIDs key whose value is an array of strings that contains the compatibility UUIDs for the supported versions of Mail. The compatibility UUID value is found in the PluginCompatibilityUUID key of Mail's Info.plist

jeevatkm commented 10 years ago

@Jornvdd It seems permission issue of plist file. Can you please try this #47 resolution and let me know?

48 will be addressed in v4.4 release.

Jornvdd commented 10 years ago

Tried it,But failed...

My programs are on a different disk from the user files. Probably This causes the issue.

Here some more explanation after reinstalling it again...

My general files are on a disk called "MacBook HD", so this is where my library files are. All 'user data' is another disk called "Macbook Data".

When I reinstall "reply with headers", nothing is changed in the library files and therefor nothing is happening in the Mail application itself.

So then I tried (as it was before with version 3) to copy the basic file from the zip and copied it into the folder 'Bundles' in the Mail Library folder on the MacBook HD disk. As a result the error message pops up.

How can I change the UUID manually, because I think that is what still is going wrong for the moment.

Jorn

Op 21 Jan 2014 om 21:47 heeft "Jeevanandam M." notifications@github.com het volgende geschreven:

@Jornvdd It seems permission issue of plist file. Can you please try this #47 resolution and let me know?

48 will be addressed in v4.4 release.

— Reply to this email directly or view it on GitHub.

jeevatkm commented 10 years ago

I have seen similar instance before. Existing shell script installation doesn't handle multiple disk scenario, so manually intervention is required here.

Kindly follow the below steps:

Sample Structure:

<key>SupportedPluginCompatibilityUUIDs</key>
<array>
    <string>1CD40D64-945D-4D50-B12D-9CD865533506</string>
</array>

Please Note: If feasible, will try to handle multiple disk scenario in upcoming version :)

Jornvdd commented 10 years ago

I'm so happy!!! It's working... Thanks for the great support!

Keep up the good work with this superb add in.