r2e.1: Remove quotes around 'name-format' value
authorW. Trevor King <wking@tremily.us>
Fri, 20 Sep 2013 07:41:00 +0000 (00:41 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Sep 2013 07:41:00 +0000 (00:41 -0700)
commit8f0ab5e1999f988c67610c1bd0a1eada27759172
treef68c3978719816be94f8a553484b425ad0816528
parentf53825393c2e8aa070bfbfcd50e2d66d62586742
r2e.1: Remove quotes around 'name-format' value

ConfigParser doesn't need quoting around string values, so if you use
quotes they will show up explicitly:

  From: "'indexed: Jessica Hagy'" <user@rss2email.invalid>

That's probably not what you want ;).

Signed-off-by: W. Trevor King <wking@tremily.us>
r2e.1