From fcf5549584b69e62b6c2f0eb919f6799c7904211 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Fri, 10 Mar 2023 13:54:57 +0100 Subject: Proper recursive rendering of mails to html 1. Added raw mode to model 2. Added raw route 3. Moved readmail view parts to RenderMail plugin 4. Renamed displayheaders partial templates --- templates/headers/_display_folders.html.ep | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 templates/headers/_display_folders.html.ep (limited to 'templates/headers/_display_folders.html.ep') diff --git a/templates/headers/_display_folders.html.ep b/templates/headers/_display_folders.html.ep deleted file mode 100644 index be5bdd9..0000000 --- a/templates/headers/_display_folders.html.ep +++ /dev/null @@ -1,29 +0,0 @@ -
- -
- -
- -

- <%= l('[_1] of [_2] messages', $pgn->{this_page}[1] - $pgn->{this_page}[0], $pgn->{total_items}) %>\ - <%= l(', [_1] new', $total_new_mails) if $total_new_mails > 0 =%> - <%= l(' - mailbox size: [_1]', print_sizes10 $total_size) if $total_size %> -

- -
-- cgit v1.2.3