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