diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 14:41:07 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 14:41:07 -0700 |
| commit | f1264fc7a1a484c6b1a188c2adce0d0f133e4e64 (patch) | |
| tree | fbb45bc2a964027290ac8ff313cf8d4ded631ff3 /config | |
| parent | d99eac652a34357c4b36dfeaeb3927a09ebc9fbc (diff) | |
fix for real
Diffstat (limited to 'config')
| -rw-r--r-- | config/nix.org | 6 |
1 files changed, 5 insertions, 1 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: +: <LAMBDA> + *** 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 |
