; Example public-inbox config snippet for a mirror of ; https://yhetil.org/guix-devel/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "guix-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/guix-devel/ url = http://example.onion/guix-devel/ address = guix-devel@gnu.org infourl = https://guix.gnu.org/ watchheader = To:guix-devel@gnu.org watchheader = Cc:guix-devel@gnu.org watchheader = List-Id: newsgroup = yhetil.gnu.guix.devel imapmirror = imaps://news.yhetil.org/yhetil.gnu.guix.devel nntpmirror = nntp://news.yhetil.org/yhetil.gnu.guix.devel nntpmirror = nntp://news.gmane.io/gmane.comp.gnu.guix.devel coderepo = guix.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 "guix.git"] ; git clone https://git.savannah.gnu.org/cgit/guix.git /path/to/guix.git dir = /path/to/guix.git cgiturl = https://example.com/guix.git