]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Merge branch 'thread-view-skel'
authorEric Wong <e@80x24.org>
Thu, 30 Jun 2016 08:57:49 +0000 (08:57 +0000)
committerEric Wong <e@80x24.org>
Thu, 30 Jun 2016 08:57:49 +0000 (08:57 +0000)
* thread-view-skel:
  view: show thread size when linking to summary
  view: default to flat/hybrid thread display
  view: fix up some HTML injection via Message-ID vectors
  www: reinstate old thread view as an option
  view: show more nearby messages in flat thread view
  view: tweak thread/index header slightly
  feed: add $INBOX/new.html endpoint
  view: merge $state hash with existing $ctx
  view: show thread context in the thread-aware flat view
  www: use WwwStream for dumping thread and search views
  www: implement hybrid flat+thread conversation view

lib/PublicInbox/View.pm

index fac53eb9650ec986ca0300ce42b1be2d9e5bb11f..db2bd20f3a8e9b8920bb6042ffbeb4c51a97d122 100644 (file)
@@ -49,7 +49,8 @@ sub msg_html {
 # /$INBOX/$MESSAGE_ID/#R
 sub msg_reply {
        my ($ctx, $hdr) = @_;
-       my $se_url = 'https://git-htmldocs.bogomips.org/git-send-email.html';
+       my $se_url =
+        'https://kernel.org/pub/software/scm/git/docs/git-send-email.html';
 
        my ($arg, $link) = mailto_arg_link($hdr);
        push @$arg, '/path/to/YOUR_REPLY';