mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
@@ -7,6 +7,7 @@
|
||||
className="UIxPageFrame"
|
||||
title="title"
|
||||
const:jsFiles="SOGoAutoCompletion.js"
|
||||
const:userDefaultsKeys="SOGoMailDisplayRemoteInlineImages"
|
||||
const:popup="YES">
|
||||
<script type="text/javascript">
|
||||
var messageName = '<var:string value="clientObject.relativeImap4Name"/>';
|
||||
|
||||
@@ -13,6 +13,9 @@ function initPopupMailer(event) {
|
||||
configureLoadImagesButton();
|
||||
configureSignatureFlagImage();
|
||||
|
||||
if (UserDefaults["SOGoMailDisplayRemoteInlineImages"] == 'always')
|
||||
loadRemoteImages();
|
||||
|
||||
window.messageUID = mailboxName + "/" + messageName;
|
||||
|
||||
handleReturnReceipt();
|
||||
|
||||
Reference in New Issue
Block a user