Is there a way to enable $CSCompatibilityMode on the Notes client for Macs?
Subject: Easiest way is via a button but can also edit the Preferences file
If you choose to edit the Preferences file see this article http://www-01.ibm.com/support/docview.wss?uid=swg21090921
If you want to just set the value via a button you can create en email then put focus in the body. Now go to Create - Hotspot - Button. Once the code pane is opened, make sure it is set to Formula. Now just paste in the following, changing the 2 to be whatever string you want to use
@SetEnvironment(“CSCompatibilityMode”;“2”)