1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 % Slrnrc, 2006-05-20
3 % Author: Stefan Krauth (sdk@xxzz.de)
4 % URL: http://dot.xxzz.de/dot.slrnrc.html
5 %
6 % Feel free to use it.
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8
9 % Persöniche Einstellungen
10 set realname "Stefan Krauth"
11 set signature "/home/sdk/.sig_news"
12 set username "usenet"
13 set hostname "xxzz.de"
14 set quote_string ">"
15 set followup_string "%r wrote:"
16 set reply_string "In %n, you wrote:"
17 set non_Xbrowser "links '%s'"
18 set Xbrowser "firefox -remote 'openURL(%s)' &"
19 set organization "Chaos Inc."
20
21 % Header Einstellungen
22 set custom_headers "X-Newsreader: slrn pre0.9.9-111\nX-Homepage: http://www.xxzz.de"
23 set followup_custom_headers "X-Newsreader: slrn pre0.9.9-111\nX-Homepage: http://www.xxzz.de"
24 set reply_custom_headers "X-Newsreader: slrn pre0.9.9-111\nX-Homepage: http://www.xxzz.de"
25
26 % Server Einstellungen
27 set server_object spool % nntp, spool
28 set post_object slrnpull % nntp, inews, slrnpull
29 server "news.ccntp.org" ".jnewsrc"
30 nnrpaccess "news.ccntp.org" "sdk" "u6yjgOsZ"
31
32 % Programmeinstellungen
33 set generate_message_id 1
34 set use_color 1
35 set use_localtime 1
36 set use_slrnpull 1
37 set use_tilde 1
38 set use_tmpdir 0
39 set write_newsrc_flags 0
40 set reject_long_lines 1
41 ignore_quotes "^ ? ?[><:=|]"
42 set show_article 0
43 set no_backups 0
44 set beep 2
45 set unsubscribe_new_groups 0
46 set mouse 0
47 %set scroll_by_page 0
48 set query_next_group 1
49 set query_next_article 1
50 set confirm_actions 1
51 set write_newsrc_flags 1
52 set cc_followup 0
53 set use_tilde 1
54 set save_posts ".slrnpull/my_posts"
55 set save_replies ".slrnpull/my_replies"
56 %set sendmail_command "/usr/lib/sendmail -oi -t -oem -odb"
57 set sendmail_command "/usr/bin/msmtp -t"
58 set scorefile ".slrnpull/my_score"
59 set min_high_score 1
60 set max_low_score 0
61 set kill_score -9999
62 %set decode_directory "News"
63 %set save_directory "News"
64 set postpone_directory ".slrnpull/my_postpones"
65 %set editor_command "jed %s -g %d -tmp"
66 set editor_command "vim -c 'se tw=78'"
67 %set mail_editor_command "jed '%s' -g %d -tmp"
68 %set post_editor_command "jed '%s' -g %d -tmp"
69 %set score_editor_command "jed '%s' -g %d -tmp"
70
71 set use_tmpdir 0
72 set sorting_method 3
73 set new_subject_breaks_threads 0
74 set uncollapse_threads 0
75 set read_active 1
76 set wrap_flags 4
77 set query_read_group_cutoff 100
78 set lines_per_update 100
79 %set charset isolatin
80
81
82 % Mime Einstellungen
83 %set use_mime 1
84 %set mime_charset "iso-8859-1"
85 set use_metamail 1
86 set metamail_command "metamail"
87 set use_header_numbers 1
88 set spoiler_char '*'
89 set spoiler_display_mode 1
90 %set art_help_line "bla bla"
91 %set header_help_line "more bla bla"
92 %set group_help_line "and even more"
93
94 % Spool Einstellungen
95 set spool_inn_root "/home/sdk/.slrnpull"
96 set spool_nov_root "/home/sdk/.slrnpull/news"
97 set spool_root "/home/sdk/.slrnpull/news"
98
99 set spool_active_file "data/active"
100 set spool_activetimes_file "data/active.times"
101 set spool_newsgroups_file "newsgroups"
102
103 set spool_check_up_on_nov 0
104
105 % Colors
106 color header_number "green" "black"
107 color header_name "green" "black"
108 color normal "white" "black"
109 color error "red" "black"
110 color status "yellow" "brightblue"
111 color group "brightblue" "black"
112 color article "brightblue" "black"
113 color cursor "brightgreen" "black"
114 color author "magenta" "black"
115 color subject "white" "black"
116 color headers "brightcyan" "black"
117 color menu "yellow" "brightblue"
118 color menu_press "brightblue" "yellow"
119 color tree "red" "black"
120 color quotes "red" "black"
121 color thread_number "brightblue" "black"
122 color high_score "red" "black"
123 color signature "red" "black"
124 color description "brightblue" "black"
125 color tilde "green" "black"
126 color response_char "green" "black"
127
128 % Monochrome colors
129 mono normal "none"
130 mono header_number "none"
131 mono header_name "bold"
132 mono error "blink" "bold"
133 mono status "reverse"
134 mono group "bold"
135 mono article "none"
136 mono cursor "bold" "reverse"
137 mono author "none"
138 mono subject "none"
139 mono headers "bold"
140 mono menu "reverse"
141 mono menu_press "none"
142 mono tree "bold"
143 mono quotes "underline"
144 mono thread_number "bold"
145 mono high_score "bold"
146 mono signature "none"
147 mono description "none"
148 mono response_char "bold"
149
150 % Group keymap
151 setkey group post_postponed "\eP"
152 setkey group add_group "A" % add a new newsgroup
153 setkey group bob "\e<" % beg of buffer
154 setkey group bob "^K\eOA"
155 setkey group bob "^K\e[A"
156 setkey group catchup "C" % mark group as read
157 setkey group line_down "\eOB" % next group
158 setkey group line_down "\e[B"
159 setkey group line_down "^N"
160 setkey group eob "\e>" % end of buffer
161 setkey group eob "^K\eOB"
162 setkey group eob "^K\e[B"
163 setkey group group_search_forward "/"
164 setkey group help "?"
165 setkey group page_down "^D" % next page of groups
166 setkey group page_down "\e[6~"
167 setkey group page_down "^V"
168 setkey group header_page_up "\eV" % previous page of groups
169 setkey group header_page_up "^U"
170 setkey group header_page_up "\e[5~"
171 setkey group post "P"
172 setkey group quit "Q"
173 setkey group redraw "^L"
174 setkey group redraw "^R"
175 setkey group refresh_groups "G"
176 setkey group save_newsrc "X"
177 setkey group select_group "\r" % read articles from group
178 setkey group select_group " "
179 setkey group subscribe "S" % subscribe to group (See unsubscribe)
180 setkey group suspend "^Z"
181 setkey group toggle_group_formats "\033A"
182 setkey group toggle_scoring "K"
183 setkey group toggle_hidden "l"
184 setkey group toggle_list_all "L"
185 setkey group unsubscribe "U" % unsubscribe
186 setkey group line_up "\eOA" % previous line
187 setkey group line_up "\e[A"
188 setkey group line_up "^P"
189
190
191 % Article mode keymap
192 setkey article post_postponed "\eP"
193 setkey article goto_article "j"
194 setkey article pipe "|"
195 setkey article skip_quotes "\t"
196
197 setkey article header_page_up "^U"
198 setkey article header_page_up "\e[5~"
199 setkey article header_page_up "\eV"
200
201 setkey article header_page_down "\e[6~"
202 setkey article header_page_down "^D"
203 setkey article header_page_down "^V"
204
205 setkey article post "P"
206 setkey article toggle_header_formats "\ea"
207 setkey article get_parent_header "\ep"
208 setkey article catchup_all "c"
209 setkey article catchup_all "\ec"
210 setkey article uncatchup_all "\eu"
211 setkey article catchup "\eC"
212 setkey article uncatchup "\eU"
213 setkey article article_page_down " " % scroll to next page of article or select article
214 setkey article article_page_up "^?" % scroll to next page of article
215 setkey article article_page_up "b" % (scroll_up or article_header_page_up)
216 setkey article article_line_up "\e\e[A" % Scroll article one lineup
217 setkey article article_line_up "\e\eOA"
218 setkey article article_line_down "\e\e[B" % Scroll article one line down
219 setkey article article_line_down "\e\eOB"
220 setkey article article_line_down "\r"
221 setkey article article_search "/" % Search forward through article
222 setkey article author_search_forward "a" % Search forward for an author
223 setkey article author_search_backward "A" % Search backward for an author
224 setkey article cancel "\e^C" % Cancel the article
225 setkey article delete "d" % Mark current article as read and move to the next unread one
226 setkey article header_line_down "^N" % Move to the next article
227 setkey article header_line_down "\e[B"
228 setkey article header_line_down "\eOB"
229 setkey article mark_spot ";" % Set mark at current article
230 setkey article exchange_mark "," % Set the mark and return to the location of the previous mark.
231 setkey article followup "f" % Followup on the article
232 setkey article forward "F" % Forward the article to someone
233 setkey article help "?" % Show help screen
234 setkey article hide_article "H" % Hide the article window.
235 setkey article article_eob ">" % goto the end of the article
236 setkey article article_left "\eOD"
237 setkey article article_left "\e[D"
238 setkey article next "n" % next unread article
239 setkey article skip_to_next_group "N" % next group
240 setkey article previous "p" % previous unread article
241 setkey article quit "q" % Quit back to group mode.
242 setkey article redraw "^L" % Redraw the display
243 setkey article redraw "^R"
244 setkey article reply "r" % Reply to the author of the current article
245 setkey article article_bob "<" % goto the beginning of the article
246 setkey article article_right "\e[C"
247 setkey article article_right "\eOC"
248 setkey article save "O" % append to a file in Unix mail format
249 setkey article subject_search_forward "s" % Search forward/backward for an article with a specific subject
250 setkey article subject_search_backward "S"
251 setkey article suspend "^Z" % Suspend the newsreader
252 setkey article toggle_collapse_threads "\et"
253 setkey article toggle_rot13 "\eR"
254 setkey article toggle_sort "\eS"
255 setkey article toggle_headers "t" % Toggle the display of some headers on and off
256 setkey article toggle_quotes "T"
257 setkey article undelete "u" % Mark the current article as unread
258 setkey article header_line_up "^P" % Move to the previous article
259 setkey article header_line_up "\eOA"
260 setkey article header_line_up "\e[A"
261 setkey article header_bob "\e<" % Move to first article in list
262 setkey article header_eob "\e>" % Move to last article in list
263 setkey article shrink_article_window "^^" % Ctrl-6 or Ctrl-^ % Shrink header window
264 setkey article enlarge_article_window "^" % Shift-6 or just ^ % Enlarge header window
265 setkey article next_high_score "!"
266 setkey article wrap_article "W" % toggle wrapping
267
268 %setkey article skip_to_prev_group "" % No default binding
269 %setkey article fast_quit "" % No default binding
270
271 % Command prompt keymap
272 setkey readline bol "^A" % Beginning of line
273 setkey readline eol "^E" % End of line
274 setkey readline right "\e[C" % Move right
275 setkey readline left "\e[D" % Move left
276 setkey readline bdel "^H" % Delete backward
277 setkey readline bdel "^?" % Delete Backward
278 setkey readline del "^D" % Delete Foreword
279 setkey readline deleol "^K" % Delete to End of line
280 setkey readline trim "\e/" % Trim whitespace
281 setkey readline quoted_insert "^Q" % Quoted insert
282
283 % PGP Einstellungen
284 setkey article toggle_pgpsignature "e" % Show PGP signature (on/off)
285 set hide_pgpsignature 0
286 color pgpsignature "lightgray" "black"
287 mono pgpsignature "none"
288
289 %interpret "/home/sdk/.slrnface.sl"