lib/PublicInbox/WwwStream.pm | 20 +++++++++++++++++++- diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index a88ff9721e941898932d02a9b7f560acdc7fc018..5be5ed0cad59988572a2499f5262a3d1c8c50dc7 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -116,8 +116,26 @@ if ($ctx->{ibx}->can('cloneurl')) { $x = <mirroring instructions -on how to clone and mirror all data and code used for this inbox +for how to clone and mirror all data and code used for this inbox EOF + my $has_nntp = @{$ctx->{ibx}->nntp_url($ctx)}; + my $has_imap = @{$ctx->{ibx}->imap_url($ctx)}; + if ($has_nntp || $has_imap) { + substr($x, -1, 1) = ";\n"; # s/\n/;\n + if ($has_nntp && $has_imap) { + $x .= <