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: for r in m.in_reply_to:
p = self.messages[r] p = self.messages[r]
edges.append((p.x, p.y, m.x, m.y)) 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 y += 1
s = "<table class='thread'>" s = "<table class='thread'>"
s += "<tr>" s += "<tr>"

View File

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

View File

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

View File

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

View File

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