From bdd0a2c0595a49785d4cfe870cb3e345713252ef Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 11 May 2020 12:49:56 -0400 Subject: Remove base title from thread titles --- bubger.1 | 5 ++--- html.c | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bubger.1 b/bubger.1 index f257bd3..324d7c6 100644 --- a/bubger.1 +++ b/bubger.1 @@ -1,4 +1,4 @@ -.Dd May 1, 2020 +.Dd May 11, 2020 .Dt BUBGER 1 .Os . @@ -87,8 +87,7 @@ link of to the index page navigation. . .It Fl t Ar title -Set the base title for HTML pages -and the index Atom feed. +Set the title for the index HTML page and Atom feed. The default title is the mailbox name. . .It Fl u Ar base diff --git a/html.c b/html.c index 0d086da..99f04c7 100644 --- a/html.c +++ b/html.c @@ -380,7 +380,7 @@ int htmlThreadHead(FILE *file, const struct Envelope *envelope) { Q() Q() Q() - Q([subject] · [title]) + Q([subject]) Q() Q() }; -- cgit 1.4.1