From e4de07379ed54993a47c9a20aeca641944bfedf0 Mon Sep 17 00:00:00 2001 From: Mo-Gul Date: Wed, 24 Nov 2021 17:16:31 +0100 Subject: [PATCH] Update Options menu keys (#21) --- QuoteFixMacro.bas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QuoteFixMacro.bas b/QuoteFixMacro.bas index f06c566..c21dc33 100644 --- a/QuoteFixMacro.bas +++ b/QuoteFixMacro.bas @@ -59,10 +59,10 @@ Private Const DEFAULT_NUM_RTF_COLORS As Long = 4 'resize window so that the text editor wraps the text automatically 'after N characters. Outlook wraps text automatically after sending it, 'but doesn't display the wrap when editing -'you can edit the auto wrap setting at "Tools / Options / Email Format / Internet Format" +'you can edit the auto wrap setting at "File > Options > Mail > Message format > Remove extra line breaks in plain text messages Private Const DEFAULT_USE_SOFTWRAP As Boolean = False -'put as much characters as set in Outlook at "Tools / Options / Email Format / Internet Format" +'put as much characters as set in Outlook at "File > Options > Mail > Message format > Automatically wrap text at character" 'default: 76 characters Private Const DEFAULT_SEVENTY_SIX_CHARS As String = "123456789x123456789x123456789x123456789x123456789x123456789x123456789x123456" @@ -119,7 +119,7 @@ Private Const DEFAULT_CONDENSED_HEADER_FORMAT As String = "%SN wrote on %D:" Private Const OUTLOOK_PLAIN_ORIGINALMESSAGE As String = "-----" -'Private Const OUTLOOK_PLAIN_ORIGINALMESSAGE As String = "-----Ursprüngliche Nachricht-----" +'Private Const OUTLOOK_PLAIN_ORIGINALMESSAGE As String = "-----Ursprüngliche Nachricht-----" 'Private Const OUTLOOK_PLAIN_ORIGINALMESSAGE As String = "-----Original Message-----" Private Const OUTLOOK_ORIGINALMESSAGE As String = "> " & OUTLOOK_PLAIN_ORIGINALMESSAGE Private Const PGP_MARKER As String = "-----BEGIN PGP"