Package: slrn Version: 0.9.8.1pl1-15 Tags: patch The attached one-line patch bumps the default Slrn_Query_Group_Cutoff from 100 to 2000. IMO, this is a change that should've been made years ago when 56Kbps modems were invented.
Now, when you enter a newsgroup, unless there are more than 1000
messages, you won't get an annoying message about how many headers to
download. And if someone doesn't like the setting, they can always
change it back.
The patch is also pasted below.
Regards,
Jason Spiro
--- slrn-0.9.8.1pl1-orig/src/group.c 2006-06-22 13:24:10.000000000 -0400
+++ slrn-0.9.8.1pl1/src/group.c 2006-06-22 13:29:30.000000000 -0400
@@ -68,7 +68,7 @@
/*{{{ Global Variables */
-int Slrn_Query_Group_Cutoff = 100;
+int Slrn_Query_Group_Cutoff = 1000;
int Slrn_Groups_Dirty; /* 1 == need to write newsrc */
int Slrn_List_Active_File = 0;
int Slrn_Write_Newsrc_Flags = 0; /* if 1, do not save unsubscribed
--
Jason Spiro: computer consulting with a smile.
I also do computer training and spyware removal for homes and businesses.
Contact me anytime for a FREE 5-minute consultation.
[EMAIL PROTECTED] / 416-781-5938 / Skype ID: jasonspiro
increase_default_query_group_cutoff.patch
Description: Binary data

