From f1264fc7a1a484c6b1a188c2adce0d0f133e4e64 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 11 Apr 2026 14:41:07 -0700 Subject: fix for real --- config/nix.org | 6 +++++- nix | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/nix.org b/config/nix.org index aefaf9b..29de532 100644 --- a/config/nix.org +++ b/config/nix.org @@ -2024,7 +2024,7 @@ in address = [ "${name}@${config.monorepo.vars.orgHost}" ]; inboxdir = "/var/lib/public-inbox/${name}"; url = "https://list.${config.monorepo.vars.orgHost}/${name}"; - watch = [ "imaps://${name}@${config.monorepo.vars.orgHost}@${emailServerName}/INBOX" ]; + watch = [ "imaps://${name}%40${config.monorepo.vars.orgHost}@${emailServerName}/INBOX" ]; coderepo = [ "${name}" ]; }) // { "discussion" = { @@ -2091,6 +2091,10 @@ in } #+end_src + +#+RESULTS: +: + *** Public Inbox CSS This is a minimal stylesheet for public inbox so that I don't get eye cancer while reading it. #+begin_src nix :tangle ../nix/data/public-inbox.css diff --git a/nix b/nix index aede741..279acb1 160000 --- a/nix +++ b/nix @@ -1 +1 @@ -Subproject commit aede74188209c0abedc6011119bb989f60cb7df1 +Subproject commit 279acb1b8a384a72f0e242078d3744de3fd3d146 -- cgit v1.3