]> git.notmuchmail.org Git - notmuch/blobdiff - contrib/nmbug/nmbug-status
contrib/nmbug/ nmbug-status: restored out['subject']... block level
[notmuch] / contrib / nmbug / nmbug-status
index 6aa86a05fd796545158d74e8c15e0e3e94179768..8c6377e5aab2a58b8795a3e0e7b989413eefc28d 100755 (executable)
@@ -108,8 +108,9 @@ def print_view(title, query, comment):
                 br = '<br />'
             else:
                 br = ''
-                out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
-                                        % (urllib.quote(mid), out['subject'])
+                
+            out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
+                                    % (urllib.quote(mid), out['subject'])
 
             print " <tr><td>%s %s" % (br, out['date'])
             print "</td><td>%s %s" % (br, out['id'])