about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c
index b977137..22fafd5 100644
--- a/html.c
+++ b/html.c
@@ -105,14 +105,13 @@ int htmlMessageOpen(FILE *file, const struct Envelope *envelope) {
 	const char *template = TEMPLATE(
 		<article class="message" id="[messageID]">
 		<header>
-			<h2>[subject]</h2>
+			<h2><a href="[fragment]">[subject]</a></h2>
 			<address class="from">
 				<a href="[mailto]">[from]</a>
 			</address>
 			<time datetime="[utc]">[date]</time>
 			<nav>
 				<ul>
-					<li><a href="[fragment]">permalink</a></li>
 					<li><a href="[mbox]">mbox</a></li>
 				</ul>
 			</nav>
pat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe