commit 63019457f181a9299d8b24ee73f9b634c13503c1 parent 9878a8a2e074ebbb0e1e72b2b3b2c526ba010119 Author: alex wennerberg <alex@alexwennerberg.com> Date: Sun, 12 Dec 2021 10:39:28 -0800 move more files Diffstat:
9 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/crabmail/.gitignore b/crabmail/.gitignore @@ -0,0 +1 @@ +/target diff --git a/Cargo.lock b/crabmail/Cargo.lock diff --git a/Cargo.toml b/crabmail/Cargo.toml diff --git a/templates/base.html b/crabmail/templates/base.html diff --git a/templates/fullmail.html b/crabmail/templates/fullmail.html diff --git a/templates/shortmail.html b/crabmail/templates/shortmail.html diff --git a/templates/static/style.css b/crabmail/templates/static/style.css diff --git a/templates/thread.html b/crabmail/templates/thread.html diff --git a/templates/threadlist.html b/crabmail/templates/threadlist.html