robertklep / quotefixformac

QuoteFix for Apple Mail —
https://github.com/robertklep/quotefixformac/releases/latest
191 stars 15 forks source link

Check validity of `_originalMessages` #77

Closed robertklep closed 7 years ago

robertklep commented 7 years ago

As per this comment:

I was able to get the bundle to work in the main /Library/Mail/Bundles, rather than my user ~/Library, but as of a week ago (last security update?) I'm getting this-

"The QuoteFix plug-in caught an exception:

Traceback (most recent call last): File "/Library/Mail/Bundles/QuoteFix.mailbundle/Contents/Resources/lib/python2.7/quotefix/fixer.py", line 110, in fix File "/Library/Mail/Bundles/QuoteFix.mailbundle/Contents/Resources/lib/python2.7/quotefix/fixer.py", line 166, in remove_attachment_placeholders TypeError: 'NoneType' object is not iterable

Please contact the developer quoting the contents of this alert."

'Iterable' is a new word to me. ;-)

robertklep commented 7 years ago

@skepticus try v2.8.0-alpha.5, which hopefully fixes the issue you ran in to.

skepticus commented 7 years ago

Success. Thanks so much.