X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-to-html;h=663dd8733e0129163ff745b9aef1ac42d57f12cf;hb=336411fb8710d395fc76cbe958e137360b5fda33;hp=41c7a751bf8ae1b0852ace918ae361d0bb3cfd87;hpb=7d7ce236dbae8ec161839305f13a49ddd615e611;p=obsolete%2Fnotmuch-to-html diff --git a/notmuch-to-html b/notmuch-to-html index 41c7a75..663dd87 100755 --- a/notmuch-to-html +++ b/notmuch-to-html @@ -1,5 +1,8 @@ #!/usr/bin/python # +# Generate an HTML page with the result of one or more notmuch +# searches, (with links to gmane views of each email if available). +# # Copyright (c) 2011-2012 David Bremner # # dependencies @@ -185,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'], ' ', '

', ]: