Compare commits

..

No commits in common. "dfdfb289b25c01085dfcfab486bf4ee03c85557a" and "b09e1b461346eac9a0184c9348c7349969317ee9" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -1104,7 +1104,7 @@ class Thread:
for r in m.in_reply_to:
p = self.messages[r]
edges.append((p.x, p.y, m.x, m.y))
lines.append((m.date, m.mfrom or "(no sender)", m.subject or "(no subject)", m.encmsgid))
lines.append((m.date, m.mfrom, m.subject, m.encmsgid))
y += 1
s = "<table class='thread'>"
s += "<tr>"

View File

@ -5,7 +5,7 @@
<title>
{{list}}: {{month.year}}-{{month.month}}
</title>
<link rel="stylesheet" href="../../../../style/luga.css">
<link rel="stylesheet" href="../../../style/luga.css">
</head>
<body>
<h1> Mailinglist {{list}} {{month.year}}-{{month.month}}</h1>

View File

@ -5,7 +5,7 @@
<title>
{{list}}: {{subject}}
</title>
<link rel="stylesheet" href="../../../style/luga.css">
<link rel="stylesheet" href="../../style/luga.css">
</head>
<body>
<img id="logo" src="/style/logo3.svg">

View File

@ -5,7 +5,7 @@
<title>
{{list}}: Overview
</title>
<link rel="stylesheet" href="../../../style/luga.css">
<link rel="stylesheet" href="../../style/luga.css">
</head>
<body>
<header>

View File

@ -5,7 +5,7 @@
<title>
{{list}}: {{subject}}
</title>
<link rel="stylesheet" href="../../../style/luga.css">
<link rel="stylesheet" href="../../style/luga.css">
</head>
<body>
<h1>{{subject}}</h1>