X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-to-html;a=blobdiff_plain;f=notmuch-to-html;h=663dd8733e0129163ff745b9aef1ac42d57f12cf;hp=6b42affa8cb9d5ab9f8c1aa680da346808bdd1fd;hb=336411fb8710d395fc76cbe958e137360b5fda33;hpb=d4563904220442f95826af4d03620b840f2f0bf7 diff --git a/notmuch-to-html b/notmuch-to-html index 6b42aff..663dd87 100755 --- a/notmuch-to-html +++ b/notmuch-to-html @@ -188,11 +188,11 @@ class HtmlPage (Page): stream.write(view['comment']) stream.write('\n') for line in [ - 'The view is generated from the following query:', + '

This view is generated from the following query:', '

', '

', ' ', - view['query-string'], + 'notmuch search ' + view['query-string'], ' ', '

', ]: