% -*- slang -*- % default .slrnrc % % incorporates many features, users may wish to customize to their own % preferences % % written by richter on 010309 %%% server info %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% server "netnews.upenn.edu" ".newsrc" % news server %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% my info %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% set signature ".signature" % my sig file if it existed %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% paths %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% set failed_posts_file "dead.post" % if a post fails put it here set decode_directory "News" % decoded files dir set save_directory "News" % saved files/attach dir set postpone_directory "News/postponed" % postponed files dir set use_tmpdir 1 % use TMPDIR var for tmp files %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% external apps %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% set non_Xbrowser "links '%s'" set Xbrowser "netscape '%s' &" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% environment vars %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% visible_headers "Date:,From:,Subject:,Newsgroups:,Followup-To:,Reply-To:" header_display_format 0 "| %F | %D | %17r | %-4l |%t%s" set overview_date_format "%b %d %Y" set followup_date_format "%a, %b %d %Y at %H:%M GMT" set quote_string ">" % when replying set reject_long_lines 2 % warn before posting lines > 80 ignore_quotes "^ ? ?[><:=|]" % regex to determine quoted lines set followup_string "On %D, %r <%f> wrote:" % string prepended on followup set reply_string "In %n, you wrote:" % string prepended on reply set show_article 0 % pop up article immediatly set no_backups 0 % preform .newsrc backups set beep 1 % type of beep to term (see doc) set check_new_groups 1 % check for new groups on startup set unsubscribe_new_groups 0 % automatically unsub new groups set show_thread_subject 0 % show all subs in a thread set simulate_graphic_chars 0 % do not draw the thread tree using simple ascii characters set mouse 0 % enable mouse support set display_cursor_bar 1 % use cursor bar instead of '->' set scroll_by_page 0 % scroll by line set auto_mark_article_as_read 0 % article not marked as read when viewed set query_next_group 1 % ask for confirmation when swiching groups set query_next_article 0 % done't ask for confirmation when swiching articles set confirm_actions 0 % don't bug me for everything set write_newsrc_flags 0 % save everything to the .newsrc file set cc_followup 0 % don't ask about CC header set cc_followup_string "[This message has also been posted.]" set use_tilde 1 % ~ at the end of an art ala vi set printer_name "lpr -Plp" % setup to print set abort_unmodified_edits 1 % if a file's not mod don't post it set sorting_method 9 % thread then sort by date with most recent first set new_subject_breaks_threads 0 % header w/ a new subj does not nec start a new thrĉad set uncollapse_threads 1 % uncollapse threads by default set read_active 1 % use the active file when starting up (go ethernet!) set wrap_flags 6 % autowrap body and quoted text set query_read_group_cutoff 1000 % ask if number of msgs to download > 1000 set lines_per_update 100 % lines to read per update set use_header_numbers 0 set hide_signature 0 % keep the sigs set hide_pgpsignature 0 % do not hide pgp sigs %%% mime support %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% set use_mime 1 set mime_charset "iso-8859-1" set use_metamail 1 % if slrn cannot handle pass to metamail set metamail_command "metamail" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% colors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% color article "white" "default" color author "white" "default" color boldtext "brightblue" "default" color box "default" "white" color cursor "brightgreen" "default" color date "white" "default" color description "white" "default" color error "red" "default" color frame "yellow" "blue" color group "white" "default" color grouplens_display "white" "default" color header_name "green" "default" color header_number "green" "default" color headers "brightcyan" "default" color high_score "red" "default" color italicstext "magenta" "default" color menu "yellow" "blue" color menu_press "white" "yellow" color normal "white" "default" color pgpsignature "white" "default" color quotes "brightgreen" "default" color quotes1 "green" "default" color quotes2 "brown" "default" color quotes3 "brown" "default" color quotes4 "brown" "default" color quotes5 "brown" "default" color quotes6 "brown" "default" color quotes7 "brown" "default" color response_char "green" "default" color signature "red" "default" color selection "yellow" "blue" color status "yellow" "blue" color subject "white" "default" color thread_number "white" "default" color tilde "green" "default" color tree "red" "default" color underlinetext "cyan" "default" color verbatim "green" "default" mono article "none" mono author "none" mono boldtext "bold" mono cursor "bold" "reverse" mono date "none" mono description "none" mono error "blink" "bold" mono frame "reverse" mono group "bold" mono grouplens_display "none" mono header_number "none" mono headers "bold" mono high_score "bold" mono italicstext "bold" mono menu "reverse" mono menu_press "none" mono normal "none" mono pgpsignature "none" mono quotes "underline" mono quotes1 "underline" mono quotes2 "underline" mono quotes3 "underline" mono quotes4 "underline" mono quotes5 "underline" mono quotes6 "underline" mono quotes7 "underline" mono response_char "bold" mono selection "bold" mono signature "none" mono status "reverse" mono subject "none" mono thread_number "bold" mono tree "bold" mono underlinetext "underline" mono verbatim "none" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% keymaps %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% setkey group post_postponed "\eP" setkey group add_group "A" % add a new newsgroup setkey group bob "\e<" % beg of buffer setkey group bob "^K\eOA" setkey group bob "^K\e[A" setkey group catchup "C" % mark group as read setkey group line_down "\eOB" % next group setkey group line_down "\e[B" setkey group line_down "^N" setkey group eob "\e>" % end of buffer setkey group eob "^K\eOB" setkey group eob "^K\e[B" setkey group group_search_forward "/" setkey group help "?" setkey group page_down "^D" % next page of groups setkey group page_down "\e[6~" setkey group page_down "^V" setkey group page_up "\eV" % previous page of groups setkey group page_up "^U" setkey group page_up "\e[5~" setkey group post "P" setkey group quit "Q" setkey group redraw "^L" setkey group redraw "^R" setkey group refresh_groups "G" setkey group save_newsrc "X" setkey group select_group "\r" % read articles from group setkey group select_group " " setkey group subscribe "S" % subscribe to group (See unsubscribe) setkey group suspend "^Z" setkey group toggle_group_formats "\033A" setkey group toggle_scoring "K" setkey group toggle_hidden "l" setkey group toggle_list_all "L" setkey group unsubscribe "U" % unsubscribe setkey group line_up "\eOA" % previous line setkey group line_up "\e[A" setkey group line_up "^P" setkey article article_line_down "+" setkey article article_line_up "-" setkey article next "^N" % previous unread article setkey article next "\e[C" % left arrow setkey article previous "^P" % next unread article setkey article previous "\e[D" % right arrow setkey article line_down "\eOA" % down arrow setkey article header_line_up "\eOB" % up arrow setkey article post_postponed "\eP" setkey article goto_article "j" setkey article pipe "|" setkey article skip_quotes "\t" setkey article page_up "^U" setkey article page_up "\e[5~" setkey article page_up "\eV" setkey article header_page_down "\e[6~" setkey article header_page_down "^D" setkey article header_page_down "^V" setkey article post "P" setkey article toggle_header_formats "\ea" setkey article get_parent_header "\ep" setkey article catchup_all "c" setkey article catchup_all "\ec" setkey article uncatchup_all "\eu" setkey article catchup "\eC" setkey article uncatchup "\eU" setkey article article_page_down " " % scroll to next page of article or select article setkey article article_page_up "^?" % scroll to next page of article setkey article article_page_up "b" % (scroll_up or article_page_up) setkey article article_line_up "\e\e[A" % scroll article one line up setkey article article_line_up "\e\eOA" setkey article article_line_down "\e\e[B" % scroll article one line down setkey article article_line_down "\e\eOB" setkey article article_line_down "\r" setkey article article_search "/" % search forward through article setkey article author_search_forward "a" % search forward for an author setkey article author_search_backward "A" % search backward for an author setkey article cancel "\e^C" % cancel the article setkey article delete "d" % mark current article as read and move to the next unread one %setkey article down "^N" % move to the next article %setkey article down "\e[B" %setkey article down "\eOB" setkey article mark_spot ";" % set mark at current article setkey article exchange_mark "," % set the mark and return to the location of the previous mark. setkey article followup "f" % followup on the article setkey article forward "F" % forward the article to someone setkey article help "?" % show help screen setkey article hide_article "H" % hide the article window. setkey article zoom_article_window "z" % zoom/UnZoom article window setkey article article_eob ">" % goto the end of the article %setkey article left "\eOD" %setkey article left "\e[D" setkey article skip_to_next_group "N" % next group setkey article quit "q" % quit back to group mode. setkey article redraw "^L" % redraw the display setkey article redraw "^R" setkey article reply "r" % reply to the author of the current article setkey article article_bob "<" % goto the beginning of the article %setkey article right "\e[C" %setkey article right "\eOC" setkey article save "O" % append to a file in Unix mail format setkey article subject_search_forward "s" % search forward/backward for an article with a specific subject setkey article subject_search_backward "S" setkey article suspend "^Z" % suspend the newsreader setkey article toggle_collapse_threads "\et" setkey article toggle_rot13 "\eR" setkey article toggle_sort "\eS" setkey article toggle_headers "t" % toggle the display of some headers on and off setkey article toggle_quotes "T" setkey article toggle_signature "\\" % toggle display signature on/off setkey article toggle_pgpsignature "]" % toggle display pgp signature on/off setkey article undelete "u" % mark the current article as unread %setkey article up "^P" % move to the previous article %setkey article up "\eOA" %setkey article up "\e[A" setkey article header_bob "\e<" % move to first article in list setkey article header_eob "\e>" % move to last article in list setkey article shrink_article_window "^^" % shrink header window setkey article enlarge_article_window "^" % enlarge header window setkey article next_high_score "!" setkey article print "y" setkey article wrap_article "W" % toggle wrapping setkey readline bol "^A" % beginning of line setkey readline eol "^E" % end of line setkey readline right "\e[C" % move right setkey readline left "\e[D" % move left setkey readline bdel "^H" % delete backward setkey readline bdel "^?" % delete Backward setkey readline del "^D" % delete Foreword setkey readline deleol "^K" % delete to End of line setkey readline trim "\e/" % trim whitespace setkey readline quoted_insert "^Q" % quoted insert %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%