commit 3b68aa62d3ad712f9b13dde3e06b0c603e5ca282
parent be406ae9c04cb5ae6b8f2d1fcc91f5ede5a4cae0
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Sun, 16 Jan 2022 11:33:06 -0800
cleanup
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -14,7 +14,8 @@ default = []
# I am lazy
anyhow = "1.0.52"
-# HTML templating, "least bad" solution IMO
+# TODO replace with nanotemplate
+# https://git.sr.ht/~jpastuszek/nanotemplate
horrorshow = "0.8.4"
# Largest dependency, required for email parsing
diff --git a/src/arg.rs b/src/arg.rs
@@ -60,6 +60,7 @@ impl Args {
..Default::default()
};
+ // TODO figure out args_os
let mut args = env::args().skip(1);
let mut maildir = None;