commit b1a9c80299d9bebce649f9041e7461ed1be2faca
parent 1311d0beabefbaf1f9728c0e071505ca6e826606
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sun, 27 Mar 2022 11:36:22 -0700
up page size
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/TODO b/TODO
@@ -1,11 +1,11 @@
TODO
====
-qa
+qa atom
+check for html escape bugz
+Duplicate ID verification: warn on duplicate ID, use first received-date. This is to prevent someone overwriting old emails secretly
+
--
-cleanup atom threads
URL encode spaces in links for gemini export
reference mblaze command, add examples to readme
fix docs
-check for html escape bugz
-Duplicate ID verification: warn on duplicate ID, use first received-date. This is to prevent someone overwriting old emails secretly
Color highlight on anchor select
diff --git a/src/templates/mod.rs b/src/templates/mod.rs
@@ -3,4 +3,4 @@ pub mod html;
pub mod util;
pub mod xml;
-const PAGE_SIZE: usize = 20;
+const PAGE_SIZE: usize = 25;