; Example public-inbox config snippet for a mirror of ; https://mails.sourcephile.fr/inbox/majurity/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "majurity"] 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/majurity/ url = http://example.onion/majurity/ address = majurity@sourcephile.fr newsgroup = inbox.comp.sourcephile.majurity nntpmirror = nntps://news.sourcephile.fr/inbox.comp.sourcephile.majurity coderepo = majurity ; `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 "majurity"] ; git clone https://code.sourcephile.fr/majurity.git /path/to/majurity dir = /path/to/majurity cgiturl = https://example.com/majurity