Blob


2 set realname "Real name"
3 set username "usenet"
4 set hostname "example.org"
5 set editor_command "vim '+set tw=78' +%d '%s'
6 visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:,User-Agent:"
7 header_display_format 0 "%F %D ( ) %20r [%4b] %T%s"
8 set sorting_method 1
9 set display_cursor_bar 1
10 set followup_string "* %f wrote:"
11 set highlight_unread_subjects 1
12 set overview_date_format "%d.%m.%y %H:%M"
13 set use_header_numbers 0
14 set auto_mark_article_as_read 0
15 set check_new_groups 0
16 set query_read_group_cutoff 0
18 % If non-zero, the subjects of unread articles are highlighted
19 set highlight_unread_subjects 1
21 % If non-zero, URLs are highlighted.
22 set highlight_urls 1
24 setkey article next "<Tab>"
25 setkey article hide_article "q" % Hide/Show the article window
26 setkey article quit "i" % Quit slrn
27 setkey article save "s" % Save article
28 setkey article delete_thread "^R" % Mark (Sub-)Thread as read
29 setkey article toggle_headers "h" % Full headers (on/off)
30 setkey article browse_url "^b" % Search for URL and follow it
31 setkey article toggle_sort "o" % Select threading method
32 setkey article toggle_collapse_threads "*" % Collapse/Uncollapse thread
34 set non_Xbrowser "links '%s'"
36 color article "white" "black"
37 color author "white" "black"
38 color boldtext "blue" "black"
39 color box "white" "black"
40 color cursor "brightgreen" "blue"
41 color date "white" "black"
42 color description "blue" "black"
43 color error "red" "black"
44 color frame "yellow" "blue"
45 color from_myself "yellow" "black"
46 color group "white" "black"
47 color grouplens_display "blue" "black"
48 color header_name "red" "black"
49 color header_number "red" "black"
50 color headers "brightred" "black"
51 color message "white" "black"
52 color neg_score "brightred" "black"
53 color pos_score "red" "black"
54 color high_score "red" "black"
55 color italicstext "green" "black"
56 color url "red" "black"
57 color menu "green" "blue"
58 color menu_press "red" "black"
59 color normal "white" "default"
60 color pgpsignature "blue" "black"
61 color quotes "magenta" "black"
62 color quotes1 "magenta" "black"
63 color quotes2 "blue" "black"
64 color quotes3 "blue" "black"
65 color quotes4 "brown" "black"
66 color quotes5 "brown" "black"
67 color quotes6 "brown" "black"
68 color quotes7 "brown" "black"
69 color response_char "red" "black"
70 color signature "red" "black"
71 color selection "darkred" "blue"
72 color status "green" "blue"
73 color subject "white" "black"
74 color unread_subject "red" "black"
75 color thread_number "white" "black"
76 color tilde "blue" "black"
77 color tree "red" "black"
78 color underlinetext "white" "black"
79 color verbatim "brightwhite" "black"