What is Nostr?
/etc/init.d/witch.navi /
npub1ku3…87t7
2024-10-03 17:01:22
in reply to nevent1q…e4d8

/etc/init.d/witch.navi on Nostr: mailing lists usually set a header List-ID, which i match on my sieve config, which ...

mailing lists usually set a header List-ID, which i match on my sieve config,
which makes archiving automatic:

```
elsif header :matches "List-ID" "*<*>" {
if exists "X-GitHub-Reason" {
fileinto "Github/${2}";
} else {
fileinto "Lists/${2}";
}
}
```

and with threading on aerc, my mailbox ends up with proper reply nesting visually
Author Public Key
npub1ku39qhads3p8a5tgr5krrwl30239z00v8xzqvnlxjtv6znmewwesr687t7