stamail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5b17e88bc5fec83fb1b536a40945f9bd241faa5c
parent 952baf777eb0b9dafd69967af166c1df4c001279
Author: binker <nathaniel@chappelle.dev>
Date:   Fri, 30 Jan 2026 19:05:15 +0000

The depth of the body beneath thread <summaries> isn't working well, they're all at one depth

Diffstat:
MMakefile | 2+-
Dnotmuch-config | 19-------------------
Mstyle.css | 2+-
3 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/Makefile b/Makefile @@ -24,7 +24,7 @@ clean: rm -rf $(OBJ) $(BIN) ./output/ messages: - cat ./test/test.sexp | ./stamail + notmuch show --format=sexp '*' | ./stamail .PHONY: all clean diff --git a/notmuch-config b/notmuch-config @@ -1,19 +0,0 @@ -built_with.compact=true -built_with.field_processor=true -built_with.retry_lock=true -built_with.sexp_queries=true -database.autocommit=8000 -database.backup_dir=/home/binker/dev/stamail/test/.notmuch/backups -database.hook_dir=/home/binker/dev/stamail/test/.notmuch/hooks -database.mail_root=/home/binker/dev/stamail/test -database.path=/home/binker/dev/stamail/test -index.as_text= -maildir.synchronize_flags=true -new.ignore= -new.tags=unread;inbox -search.authors_matched_separator=| -search.authors_separator=, -search.exclude_tags= -user.name=alice example -user.primary_email=alice@example.com - diff --git a/style.css b/style.css @@ -1,5 +1,5 @@ * { margin: 0; padding: 0; box-sizing: border-box; } -body { font-family: monospace; padding: 20px; max-width: 1200px; margin: 0 auto; background: #fff; color: #000; } +body { margin-top: 0.5em, margin-left: 4ch, font-family: monospace; padding: 20px; max-width: 1200px; margin: 0 auto; background: #fff; color: #000; } h1 { margin-bottom: 10px; font-size: 1.5em; } nav { margin: 20px 0; padding: 10px 0; border-bottom: 1px solid #ccc; } nav a { margin-right: 15px; color: #0066cc; text-decoration: none; }