From 514a7723bf5d977e1f8a93ff7594484fa95302e9 Mon Sep 17 00:00:00 2001 From: DonVoo Date: Mon, 6 Jul 2026 15:50:50 +0200 Subject: [PATCH] Add import export navigation tab --- backend/00-router.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/00-router.go b/backend/00-router.go index afeab92..281ed83 100644 --- a/backend/00-router.go +++ b/backend/00-router.go @@ -36,7 +36,7 @@ func homeHandler(w http.ResponseWriter, r *http.Request) { } // renderShell ist das Grundgeruest im Outlook-2013-Look: -// [ Ribbon: Archiv-Boxen | Postfach-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ] +// [ Ribbon: Archiv-Boxen | Import/Export | Postfach-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ] // [ Archiv-mbox | Nachrichtenliste | Quelle/Target ] func renderShell(w http.ResponseWriter, active, readingPane string) { w.Header().Set("Content-Type", "text/html; charset=utf-8") @@ -50,6 +50,7 @@ func renderShell(w http.ResponseWriter, active, readingPane string) {