diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js
index 22c8a900..b7349d4f 100644
--- a/data/web/js/site/mailbox.js
+++ b/data/web/js/site/mailbox.js
@@ -754,7 +754,7 @@ jQuery(function($){
data: 'attributes.gal',
defaultContent: '',
render: function (data, type) {
- return 1==data?'':'';
+ return 1==data?'1':'0';
}
},
{
@@ -762,7 +762,7 @@ jQuery(function($){
data: 'attributes.backupmx',
defaultContent: '',
render: function (data, type) {
- return 1==data?'':'';
+ return 1==data?'1':'0';
}
},
{
@@ -770,7 +770,7 @@ jQuery(function($){
data: 'attributes.relay_all_recipients',
defaultContent: '',
render: function (data, type) {
- return 1==data?'':'';
+ return 1==data?'1':'0';
}
},
{
@@ -778,7 +778,7 @@ jQuery(function($){
data: 'attributes.relay_unknown_only',
defaultContent: '',
render: function (data, type) {
- return 1==data?'':'';
+ return 1==data?'1':'0';
}
},
{
@@ -787,7 +787,7 @@ jQuery(function($){
defaultContent: '',
responsivePriority: 4,
render: function (data, type) {
- return 1==data?'':'';
+ return 1==data?'1':'0';
}
},
{