Skip to content

Commit

Permalink
fix(mail): Fix inline pdf attachement issue when Hide inline attachme…
Browse files Browse the repository at this point in the history
…nt option is set. Now the option hides only inline images
  • Loading branch information
WoodySlum committed Jan 17, 2024
1 parent a6fc83c commit 9e3e3b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/SOGoInstallationGuide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,7 @@ Defaults to `inline` when unset.
|Show recipients or sender full email in mailboxes if set to `YES`. Default value is `NO`.
|U |SOGoMailHideInlineAttachments
|Hide inline images as attachements if set to `YES`. Default value is `NO`.
|Hide attachements for inline images if set to `YES`. Default value is `NO`.
|U |SOGoMailCustomFullName
Expand Down
2 changes: 1 addition & 1 deletion UI/PreferencesUI/English.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"Insert signature on reply" = "Insert signature on reply";
"Insert signature on forward" = "Insert signature on forward";
"Show recipients or sender full email in mailboxes" = "Show recipients or sender full email in mailboxes";
"Hide inline images" = "Hide inline images";
"Hide attachements for inline images" = "Hide attachements for inline images";

/* Base font size for messages composed in HTML */
"Default font size" = "Default font size";
Expand Down
2 changes: 1 addition & 1 deletion UI/PreferencesUI/French.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"Insert signature on reply" = "Insérer la signature sur une réponse";
"Insert signature on forward" = "Insérer la signature sur un transfert";
"Show recipients or sender full email in mailboxes" = "Afficher l'email complet du destinataire ou expéditeur dans les boîtes aux lettres";
"Hide inline images" = "Cacher les images 'inline'";
"Hide attachements for inline images" = "Cacher les pièces jointes pour les images 'inline'";

/* Base font size for messages composed in HTML */
"Default font size" = "Taille de la police par défaut";
Expand Down
4 changes: 2 additions & 2 deletions UI/Templates/PreferencesUI/UIxPreferences.wox
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@
ng-model="app.preferences.defaults.SOGoMailHideInlineAttachments"
ng-true-value="1"
ng-false-value="0"
label:aria-label="Hide inline images">
<var:string label:value="Hide inline images"/>
label:aria-label="Hide attachements for inline images">
<var:string label:value="Hide attachements for inline images"/>
</md-checkbox>
</div>

Expand Down

0 comments on commit 9e3e3b2

Please sign in to comment.