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

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

commit b40b7929d1f3174950a207f34b147934d380617a
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 18:19:47 2021 +0100

    regen JS
---
 webui/js/ponymail.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index 15f365c..d74e052 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -16,7 +16,7 @@
 */
 // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!!
 
-const PONYMAIL_REVISION = "a9c2820";
+const PONYMAIL_REVISION = "fdd6118";
 
 
 
@@ -2091,7 +2091,7 @@ function calc_per_page() {
     let email_h = G_current_listmode_compact ? 24 : 40;
     if (width < 600) {
         console.log("Using narrow view, halving emails per page...");
-        email_h = 80;
+        email_h = G_current_listmode_compact ? 36 : 80;
     }
     height -= 180;
     let per_page = Math.max(5, Math.floor(height / email_h));

Reply via email to