X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-to-html;fp=notmuch-to-html;h=edf5c974294d5fe80bfdd604e5fb0a5fb77fd73a;hb=9fd617756c66dfb10f21dfc6c905c34bc5fb61ac;hp=663dd8733e0129163ff745b9aef1ac42d57f12cf;hpb=336411fb8710d395fc76cbe958e137360b5fda33;p=obsolete%2Fnotmuch-to-html diff --git a/notmuch-to-html b/notmuch-to-html index 663dd87..edf5c97 100755 --- a/notmuch-to-html +++ b/notmuch-to-html @@ -295,18 +295,15 @@ _PAGES['html'] = HtmlPage(

{title}

-

-Generated: {date}
{blurb}

Views

-'''.format(date=datetime.datetime.utcnow().date(), - title=config['meta']['title'], +'''.format(title=config['meta']['title'], blurb=config['meta']['blurb'], encoding=_ENCODING, inter_message_padding='0.25em', border_radius='0.5em'), - footer='\n\n', + footer='

Generated: {date}\n\n'.format(date=datetime.datetime.utcnow().date()) ) if args.list_views: