lib/PublicInbox/View.pm | 12 +++++++++--- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index c9be770068b48a7cdfa7b50bb8c56f3d1c92577a..beb99895db76ef9da62e62df11643ae7aee08ef9 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -12,6 +12,7 @@ use PublicInbox::Hval; use PublicInbox::MID qw/mid_clean id_compress mid2path/; use Digest::SHA qw/sha1_hex/; my $SALT = rand; +my $MBOX_TITLE = 'title="download thread as gzipped mbox"'; require POSIX; # TODO: make these constants tunable @@ -198,7 +199,8 @@ my $final_anchor = $state->{anchor_idx}; my $next = ""; $next .= $final_anchor == 1 ? 'only message in' : 'end of'; $next .= " thread, back to index"; - $next .= "\ndownload thread: mbox.gz"; + $next .= "\ndownload thread: "; + $next .= "mbox.gz"; $next .= " / follow: Atom feed"; $cb->write("