Robert Klep
Robert Klep
If only it was that easy 😞 It's not just allowing the plugin to load or adding the correct UUID, the plugin crashes almost immediately because of changes made to...
Yeah, I'm interested too! 😄 **EDIT**: okay, I can confirm that the method describe above works! I'll ask the developer of ReplyWithHeader if I can use their script for QuoteFix,...
I just released [v2.10.0-alpha.1](https://github.com/robertklep/quotefixformac/releases/tag/v2.10.0-alpha.1). I haven't heard back from the developer of ReplyWithHeader if it's okay to include their install scripts, so I went ahead and included them for the...
@dnblankedelman yeah, you need to grant Terminal those rights :) In my release, it's documented in the accompanying README file on how to do that.
Don't worry about "abusing" the issue tracker :-) It's not possible to select a particular account using QF, so it's all or nothing. However, with the plug-in installed it's possible...
@JonFP one thing I didn't realise which may be a bit of a complication is the Signatures setting _"Place signature above quoted text"_: If that's enabled, it will interfere with...
When Apple releases a new version of Mail, this is going to happen. First option is to try MailPluginFix: https://code2k.net/products/mailpluginfix/ Second option is to try the suggestions [outlined in this...
@rbgarga do you mean like this? ``` if self.app.move_cursor_to_top: view.moveToBeginningOfDocument_(self) else: view.moveToEndOfDocument_(self) ``` @houmark I'm not sure if I can fix that. QF has to wait for the animation to...
@rbgarga it sounds like QF may not be able to find the signature properly. Are you using plain Mail signatures, or through a plugin? @houmark do I understand correctly that...
@houmark I think I understand what's happening. However, if you start typing before the cursor is placed properly, I wonder where you want your reply text to end up in...