; Example public-inbox config snippet for a mirror of ; https://list.orgmode.org/orgmode/ ; See public-inbox-config(5) manpage for more details: ; https://public-inbox.org/public-inbox-config.html [publicinbox "orgmode"] 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/orgmode/ url = http://example.onion/orgmode/ address = emacs-orgmode@gnu.org infourl = https://www.orgmode.org/ watchheader = To:emacs-orgmode@gnu.org watchheader = Cc:emacs-orgmode@gnu.org watchheader = List-Id: ; altid DBs may be used to provide numeric article ID lookup from ; old, pre-existing sources. You can recreate them via curl(1), ; gzip(1), and sqlite3(1) as documented: ; curl -d '' https://list.orgmode.org/orgmode/gmane.sql.gz | \ ; gzip -dc | \ ; sqlite3 /path/to/top-level-inbox/gmane.sqlite3 altid = serial:gmane:file=gmane.sqlite3 newsgroup = yhetil.emacs.orgmode imapmirror = imaps://news.yhetil.org/yhetil.emacs.orgmode nntpmirror = nntp://news.yhetil.org/yhetil.emacs.orgmode nntpmirror = nntp://news.gmane.io/gmane.emacs.orgmode coderepo = orgmode.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 "orgmode.git"] ; git clone https://git.savannah.gnu.org/cgit/emacs/org-mode.git /path/to/orgmode.git dir = /path/to/orgmode.git cgiturl = https://example.com/orgmode.git