From b01b542b95d10ce9d782ceb27412b9eac873f1d8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 Aug 2014 01:33:43 +0000 Subject: view: increase MAX_INLINE_QUOTED threshold to 12 12 lines is half an 80x24 terminal, so it is probably a reasonable amount to quote. Often 5 lines was not enough for context. This feature is mainly to reduce scrolling necessary to view pages. --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 0d974281..27943391 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -11,7 +11,7 @@ use Email::MIME::ContentType qw/parse_content_type/; require POSIX; # TODO: make these constants tunable -use constant MAX_INLINE_QUOTED => 5; +use constant MAX_INLINE_QUOTED => 12; # half an 80x24 terminal use constant MAX_TRUNC_LEN => 72; use constant PRE_WRAP => '
';
 
-- 
cgit v1.2.3-24-ge0c7