Compare commits
2 Commits
b09e1b4613
...
dfdfb289b2
Author | SHA1 | Date |
---|---|---|
|
dfdfb289b2 | |
|
14130941c7 |
2
mbox2web
2
mbox2web
|
@ -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, m.subject, m.encmsgid))
|
||||
lines.append((m.date, m.mfrom or "(no sender)", m.subject or "(no subject)", m.encmsgid))
|
||||
y += 1
|
||||
s = "<table class='thread'>"
|
||||
s += "<tr>"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue