X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug-status;h=20e24477ce10933ba45cedab82cf298d6f6473dc;hb=a3a3725e43d8aa8d958d486a3daa92340a18d0b9;hp=57f16e25d48bc944e291cb5d2fa93b97d03a5c10;hpb=c48a12365fba12a8ec0922a011a86ee15bc5cc8f;p=notmuch 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')