about summary refs log tree commit homepage
path: root/public-inbox-init
DateCommit message (Collapse)
2014-10-04public-inbox-init: fix multi-address setup
We must support multi-address mailing lists, so we do not clobber existing addresses. However, we need to ensure idempotency and ensure existing addresses are not reset. Furthermore, we were not parsing the existing config correctly due to a leaking $/.
2014-09-22public-inbox-init: manages the config files
This hopefully allows easier setup.