Skip to content

Commit f3ec690

Browse files
authored
Update README.md
Co-authored-by: Ulrich Sibiller <uli42@gmx.de> Refs #11
1 parent e4e909e commit f3ec690

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@ You can store the default configuration in the registry:
343343
2. by writing a routing executing command similar to the following: `Call SaveSetting(APPNAME, REG_GROUP_CONFIG, "CONVERT_TO_PLAIN", "true")`
344344
3. by manually creating entries in this registry hive: `HKEY_CURRENT_USER\Software\VB and VBA Program Settings\QuoteFixMacro`
345345

346+
### Intersept the normal buttons
347+
348+
Add the content of `ThisOutlookSession.cls` to 'ThisOutlookSession' in the Outlook Visual Basic Macro Editor after having installed QuoteFixMacro and restart Outlook.
349+
You can then use the normal Reply/ReplyAll/Forward buttons.
350+
No need to add custom Buttons to the menubar.
351+
Currently a separate button for "ReplyAllEnglish" is required using the previous method as described in `README.md`.
352+
353+
This also works with the standard reply buttons that appear in the reading pane.
354+
It should also work if the reply event is triggered otherwise (e.g. by another macro) but I have not tested this.
355+
346356
## FAQ
347357

348358
Q: What if the whole mail text disappers?

0 commit comments

Comments
 (0)