From 6d2a5e604d689b33586c653d8a04473e33973ac6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 11 Apr 2014 21:08:50 +0000 Subject: config: support multiple addresses for a inbox This makes it possible to gradually migrate to new address in case of list name changes, and is one step closer to operating in "stealth hijack mode" :) --- examples/public-inbox-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/public-inbox-config b/examples/public-inbox-config index fd97600f..000cf2c3 100644 --- a/examples/public-inbox-config +++ b/examples/public-inbox-config @@ -1,9 +1,11 @@ # this usually in ~/.public-inbox/config and parseable with git-config(1) # update t/config.t if changing this, that test relies on this [publicinbox "test"] + address = try@public-inbox.org + address = sandbox@public-inbox.org address = test@public-inbox.org mainrepo = /home/pi/test-main.git - description = test repo, occasionally reset + description = test/sandbox area, occasionally reset url = http://example.com/test [publicinbox "bugs"] address = bugs@public-inbox.org -- cgit v1.2.3-24-ge0c7