Skip to content

Commit

Permalink
[Enh]: Email Message View - Show Unformatted
Browse files Browse the repository at this point in the history
Formatted seems to always show raw HTML
  • Loading branch information
seandenigris committed Sep 1, 2023
1 parent e06c8c5 commit e4a5075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourcesLive/RlEmail.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ RlEmail >> gtMessageFor: aView [
^ aView textEditor
title: 'Message' translated;
priority: 50;
text: [ self mailMessage bodyTextFormatted ]
text: [ self mailMessage bodyText ]
]

{ #category : #accessing }
Expand Down

0 comments on commit e4a5075

Please sign in to comment.