; Example public-inbox config snippet for a mirror of ; https://mails.sourcephile.fr/inbox/symantic-base/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "symantic-base"] inboxdir = /path/to/top-level-inbox ; note: public-inbox before v1.2.0 used `mainrepo' instead of ; `inboxdir', both remain supported after 1.2 mainrepo = /path/to/top-level-inbox url = https://example.com/symantic-base/ url = http://example.onion/symantic-base/ address = symantic-base@sourcephile.fr newsgroup = inbox.comp.sourcephile.symantic-base nntpmirror = nntps://news.sourcephile.fr/inbox.comp.sourcephile.symantic-base coderepo = symantic-base ; `coderepo' entries allows blob reconstruction via patch emails if ; the inbox is indexed with Xapian. `@@ @@' ; line number ranges in `[PATCH]' emails link to /$INBOX_NAME/$OID/s/, ; an HTTP endpoint which reconstructs git blobs via git-apply(1). [coderepo "symantic-base"] ; git clone https://code.sourcephile.fr/haskell/symantic-base.git /path/to/symantic-base dir = /path/to/symantic-base cgiturl = https://example.com/symantic-base