Closed uli42 closed 3 years ago
Thank you for the PR. I added the description to README.md at https://github.com/macros4outlook/quotefixmacro/blob/main/README.md#intersept-the-normal-buttons. (And sorry for the late reply, I was busy with other things.)
That's fine. I have some further adaption s for my special purpose and might provide them as a generic PR soon.
There were some major code updates, I hope they do not cause much conflicts with your updates!
Will (hopefully) check that tomorrow
Oliver Kopp @.***> schrieb am Do., 14. Okt. 2021, 21:49:
There were some major code updates, I hope they do not cause much conflicts with your updates!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/macros4outlook/quotefixmacro/pull/11#issuecomment-943674907, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQHBZHWM4H3EMBU2CI3C63UG4X3PANCNFSM5ESLMNMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
… and calls OutlookQuoteFix instead
Add this file's content to 'ThisOutlookSession' in the Outlook Visual Basic Macro Editor after having installed QuoteFixMacro and restart Outlook. You can then use the normal Reply/ReplyAll/Forward buttons. No need to add custom Buttons to the menubar. Currently a separate button for "ReplyAllEnglish" is required using the previous method as described in README.md.
This also works with the standard reply buttons that appear in the reading pane. It should also work if the reply event is triggered otherwise (e.g. by another macro) but I have not tested this.
(This is the result of much googling and trial-and-error as I do not have any deep knowledge of VBA. Feel free to improve before merging)