Blame


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