X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=contrib%2Fnmbug%2Fnmbug-status;fp=contrib%2Fnmbug%2Fnmbug-status;h=8c6377e5aab2a58b8795a3e0e7b989413eefc28d;hb=620092001e58cb092634a0063758f3e4c05c75fa;hp=6aa86a05fd796545158d74e8c15e0e3e94179768;hpb=3e5fb88f11359b0c3d43eb06f105ef42e63d31b5;p=notmuch diff --git a/contrib/nmbug/nmbug-status b/contrib/nmbug/nmbug-status index 6aa86a05..8c6377e5 100755 --- a/contrib/nmbug/nmbug-status +++ b/contrib/nmbug/nmbug-status @@ -108,8 +108,9 @@ def print_view(title, query, comment): br = '
' else: br = '' - out['subject'] = '%s' \ - % (urllib.quote(mid), out['subject']) + + out['subject'] = '%s' \ + % (urllib.quote(mid), out['subject']) print " %s %s" % (br, out['date']) print "%s %s" % (br, out['id'])