Duncan posted on Wed, 02 Jul 2014 04:45:39 +0000 as excerpted:

> Now to go create a patch to drop into /etc/portage/patches to auto-apply
> on rebuild.

Applied (on top of current git):

--- pan/gui/header-pane.cc.old  2014-07-02 01:44:25.000000000 -0700
+++ pan/gui/header-pane.cc      2014-07-02 01:49:42.547897074 -0700
@@ -1274,7 +1274,7 @@ namespace
     const Article * a (pane->get_first_selected_article());
     if (a) {
       const size_t lines = a->get_line_count();
-      const bool is_smallish = lines  <= 5000;
+      const bool is_smallish = lines  <= 10000;
       const bool is_mediumish = lines <= 20000;
       const bool image_subject = has_image_type_in_subject (*a);
       const bool is_pictures_newsgroup = 
pane->get_group().to_view().strstr("pictures")!=0;

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman



_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to