encoding=_ENCODING,
inter_message_padding='0.25em',
border_radius='0.5em'),
- footer='<hr><p>Generated: {date}</body>\n</html>\n'.format(date=datetime.datetime.utcnow().date())
+ footer='''<hr>
+<p>Generated: {date} courtesy of <a href="http://notmuchmail.org">notmuch</a> and <a href="http://git.cworth.org/git/notmuch-to-html">notmuch-to-html</a>.
+</body>
+</html>
+'''.format(date=datetime.datetime.utcnow().date())
)
if args.list_views:
if (args.query):
print ('''To customize the output use 'notmuch-to-html --config=CONFIG_FILE' after
-placing the following content into CONFIG_FILE:
+placing the following content into CONFIG_FILE (note that you can add
+additional views with their own queries):
+
''', file=sys.stderr)
print (json.dumps(config, indent=4, separators=(',',':')), file=sys.stderr)