%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % slrnrc made by fcamel Wed Jul 28 18:58:37 CST 2004 % % docs: % http://slrn.sourceforge.net/manual/slrn-FAQ.html % http://slrn.sourceforge.net/manual/slrn-manual.html %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % show chinese title compatible_charsets "Big5,big5,BIG-5" % title header_display_format 0 "%F%B%-5S [%10r]:%t%49s %-19g[%17D]" % text will be visible in article pager visible_headers "From:,Subject:,Newsgroups:,Date:" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % read/unread article % % typing prefix argument will cause showing read and unread articles % % don't query number of headers to read (need set query_read_group_cutoff -n) setkey group "set_prefix_argument(4); () = select_group();" " " % query setkey group "set_prefix_argument(1); () = select_group();" "\r" % default reading headers when entering newsgroup. % set 0 : don't ask, read all, -n : don't ask, read n % [NOTE] -n will be validate after v0.9.8.0 set query_read_group_cutoff -50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % don't confirm quitting slrn set confirm_actions 15 % [NOTE] you need change this to your host set hostname "magpie.csie.nctu.edu.tw" % 11 thread, then sort by date with most recent last set sorting_method 11 %set custom_sort_order "date" set show_thread_subject 1 set highlight_unread_subjects 2 set highlight_urls 1 set use_mime 15 set beep 3 set use_localtime 3 % colors color unread_subject cyan black color subject lightgray black color url red black color author white black color date yellow black color signature yellow black