; Example public-inbox config snippet for a mirror of ; https://public-inbox.org/sox-devel/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "sox-devel"] 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/sox-devel/ url = http://example.onion/sox-devel/ address = sox-devel@lists.sourceforge.net listid = sox-devel.lists.sourceforge.net infourl = https://lists.sourceforge.net/lists/listinfo/sox-devel filter = PublicInbox::Filter::SubjectTag -tag [SoX-devel] newsgroup = inbox.comp.audio.sox.devel replyto = :list,Cc,To,Reply-To imapmirror = imaps://public-inbox.org/inbox.comp.audio.sox.devel nntpmirror = nntp://ie5yzdi7fg72h7s4sdcztq5evakq23rdt33mfyfcddc5u3ndnw24ogqd.onion/inbox.comp.audio.sox.devel nntpmirror = nntps://news.public-inbox.org/inbox.comp.audio.sox.devel nntpmirror = nntp://news.gmane.io/gmane.comp.audio.sox.devel coderepo = mirrors/sox.git ; `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 "mirrors/sox.git"] ; git clone https://80x24.org/mirrors/sox.git /path/to/mirrors/sox.git dir = /path/to/mirrors/sox.git cgiturl = https://example.com/mirrors/sox.git