This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d89a40  Never used
4d89a40 is described below

commit 4d89a405dc1518818acba55b155f4f6d48e33cb1
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 10 14:38:14 2021 +0000

    Never used
    
    This fixes #108
---
 webui/js/ponymail.js      | 2 --
 webui/js/source/init.js   | 1 -
 webui/js/source/primer.js | 1 -
 3 files changed, 4 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index c8c6b31..d97840e 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -1669,7 +1669,6 @@ var ponymail_date_format = {
     month: 'long',
     day: 'numeric'
 };
-var virtual_inbox_loading = false;
 var collated_json = {};
 
 console.log("/******* Apache Pony Mail (Foal v/%s) Initializing 
********/".format(ponymail_version))
@@ -3301,7 +3300,6 @@ function post_prime(state) {
     if (!(state && state.search)) {
         if (state && state.array) {
             collated_json = {};
-            virtual_inbox_loading = true;
             for (var i = 0; i < state.array.length; i++) {
                 let list = state.array[i].split('@');
                 sURL = '%sapi/stats.lua?list=%s&domain=%s'.format(apiURL, 
list[0], list[1]);
diff --git a/webui/js/source/init.js b/webui/js/source/init.js
index d848b87..411f1ec 100644
--- a/webui/js/source/init.js
+++ b/webui/js/source/init.js
@@ -44,7 +44,6 @@ var ponymail_date_format = {
     month: 'long',
     day: 'numeric'
 };
-var virtual_inbox_loading = false;
 var collated_json = {};
 
 console.log("/******* Apache Pony Mail (Foal v/%s) Initializing 
********/".format(ponymail_version))
diff --git a/webui/js/source/primer.js b/webui/js/source/primer.js
index 1c5f30f..ae7da97 100644
--- a/webui/js/source/primer.js
+++ b/webui/js/source/primer.js
@@ -68,7 +68,6 @@ function post_prime(state) {
     if (!(state && state.search)) {
         if (state && state.array) {
             collated_json = {};
-            virtual_inbox_loading = true;
             for (var i = 0; i < state.array.length; i++) {
                 let list = state.array[i].split('@');
                 sURL = '%sapi/stats.lua?list=%s&domain=%s'.format(apiURL, 
list[0], list[1]);

Reply via email to