X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/c48a12365fba12a8ec0922a011a86ee15bc5cc8f..a3a3725e43d8aa8d958d486a3daa92340a18d0b9:/devel/nmbug/nmbug-status diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index 57f16e25..20e24477 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -197,12 +197,14 @@ class HtmlPage (Page): for thread in threads: for message_display_data in thread: stream.write(( - '{date}\n' - '{message-id-term}\n' - '\n' - '{from}\n' - '{subject}\n' - '\n' + '\n' + ' {date}\n' + ' {message-id-term}\n' + '\n' + '\n' + ' {from}\n' + ' {subject}\n' + '\n' ).format(**message_display_data)) if thread != threads[-1]: stream.write('
\n')