-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslrnrc
156 lines (110 loc) · 4.82 KB
/
slrnrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
% vim: filetype=slang
% Get authentication data
include .slrn/auth.txt
% Configure t-prot
interpret .slrn/t-prot.sl
% Generate From: header
set username "jbrubake.362"
set hostname "orionarts.invalid"
set realname "Jeremy Brubaker"
set generate_email_from 0 % Do not add an email From: header
% Use the Message-Id: generated by the server
set generate_message_id 0
set use_recommended_msg_id 1
% Help text lines
set art_help_line "SPC:Pgdn B:PgUp u:Un-Mark-as-Read f:Followup n:Next p:Prev d:Delete"
set group_help_line "SPC:Select p:Post c:CatchUp l:List q:Quit ^R:Redraw (u)s:(Un)Subscribe"
set header_help_line "SPC:Select Ctrl-D:PgDn Ctrl-U:PgUp d:Mark-as-Read n:Next p:Prev q:Quit"
% Status lines
set art_status_line "%p%n : %s %-20g -- %L (%P)"
set group_status_line "-%D- %s %-20g -- %L (%P)"
set top_status_line "slrn %v ** Press '?' for help, 'q' to quit. ** Server: %s"
% %T articles in current subthread
% %k articles killed
% %h high scoring articles
set header_status_line "%p%n [%u/%t]%-20g -- %L (%P)"
set confirm_actions 15 % Quit slrn without confirming
% Open MIME content
set use_metamail 1
% set metamail_command "?"
set signature "" % I generate my signatures using a script
% Custom headers
% set custom_headers "X-Face: xxx"
% set followup_custom_headers ""
% set reply_custom_headers ""
% set supersedes_custom_headers ""
set display_cursor_bar 1 % Highlight selected row
% How to open URLs
set Xbrowser "firefox '%s' &"
set non_Xbrowser "lynx '%s'"
% Editor commands (editor_command is the fall-back)
% %s file name
% %d line where cursor should be placed
set editor_command "vim -c 'set tw=72' +%d '%s'"
set post_editor_command "f=%s; siggen -c >> $f; vim -c 'set tw=72' +%d $f"
set emphasized_text_mask 7 % Search message, quoted text, signature for
% emphasized text
set abort_unmodified_edits 1 % Abort posting/emails if article not modified
set sendmail_command ".mutt/scripts/mutt-send [email protected]"
set new_subject_breaks_threads 0 % header with a new subject starts a new thread
% Where to save stuff
set save_posts ".news/posts"
set save_replies ".news/replies"
% File where failed posts are appended. Use "" to disable saving.
set save_directory ".news" % everything not covered by something else
set postpone_directory ".news/postponed"
set failed_posts_file ".news/slrn-failed-post.txt"
set decode_directory ".news" % where decoded files are placed
set scorefile ".slrn/default.score"
% Set format for the %D specifier (see strftime(3))
set followup_date_format "%Y-%m-%d"
set overview_date_format "%d %b %y %H:%M"
set followup_string "On %D, %r wrote:" % follow-up attribution
set reply_string "On %D, in %n, you wrote:" % reply attribution
% Header line for following up a crossposting
set followupto_string "["Followup-To:" header set to %n.]"
% This is inserted when sending email CCs of your postings.
set cc_post_string "[This message has also been posted to %n.]"
visible_headers "From:,Subject:,Date:,Newsgroups:,Followup-To:,User-Agent:"
set process_verbatim_marks 1 % #v+ and #v- mark verbatim lines
set hide_verbatim_marks 1 % hide verbatim marks
set hide_pgpsignature 1 % hide PGP signatures
% If non-zero, slrn will draw the thread tree using simple ascii characters
%set simulate_graphic_chars 0
% Enable xterm/win32 mouse support: 1 to enable, 0 to disable
set mouse 1
% Draw cursor bar ala tin instead of slrn "->" cursor?
%set display_cursor_bar 0
% Set to 1 to have slrn scroll by full page instead of by line.
%set scroll_by_page 0
% Should color be used to indicate the score of an article?
% (0) scores do not influence colors (1) scores are colored by their value
% (2) subjects are colored by score (3) both are colored by score
%set color_by_score 3
% Highlight unread subjects with unread_subject color
set highlight_unread_subjects 2
% URLs are highlighted.
set highlight_urls 1
% Enables blinking in monochrome mode and allows bright backgrounds in some
% color terminals:
%set use_blink 1
% Swap between formats with 'toggle_group_formats'
% (run slrn -d to pull group descriptions needed by %d)
group_display_format 0 " %F%-5u %n%45g%d"
group_display_format 1 " %F%-5u %n%50g%-8l-%h"
group_display_format 2 " %F%-5u [%-6t] %n"
% Swap between formats with 'toggle_header_formats'
header_display_format 0 "%F%B%-5S%G%-5l:[%12r]%t%s"
header_display_format 1 "%F%B%G%-5l:[%12r]%t%s"
header_display_format 2 "%F%B%-5l:%t%s"
header_display_format 3 "%F%B%-5S%-5l:%t%50s %r"
header_display_format 4 "%F%B%-5S [%10r]:%t%49s -19g[%17d]"
% Color scheme
include ".slrn/colors"
% Defines 'edit_colors' that can be used to design a colorscheme interactively
interpret "color.sl"
% Keybindings
include ".slrn/keybindings"
set sorting_method 12 % custom sorting
set custom_sort_order Highscore,Score,Date|date
set custom_sort_by_threads 1