From: Carl Worth Date: Tue, 22 Apr 2014 20:05:55 +0000 (-0700) Subject: Add "notmuch search" to the advertised queries. X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-to-html;a=commitdiff_plain;h=336411fb8710d395fc76cbe958e137360b5fda33 Add "notmuch search" to the advertised queries. This will allow a user to actually copy-and-paste the queries, for example. --- 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'], ' ', '

', ]: