If -v is specified, force verbose on again after reading a secondary
config file (reported by Jonathan Phillips).
+Resynchronise the feed list after loading a secondary config file;
+previously feeds in secondary config files were ignored (reported by
+Jonathan Philips).
+
- rawdog 2.12
Make rawdog work with Python 2.6 (reported by Roy Lanek).
rawdog.write(config)
elif o in ("-c", "--config"):
load_config(a)
+ rawdog.sync_from_config(config)
elif o in ("-t", "--show-template"):
rawdog.show_template(config)
elif o in ("-T", "--show-itemtemplate"):