Skip to content

Commit

Permalink
Update Options menu keys (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Gul authored Nov 24, 2021
1 parent 65fedf5 commit e4de073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QuoteFixMacro.bas
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e4de073

Please sign in to comment.