[patch] update for doc/slrn.rc
Peter J Ross <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
For pre0.9.9. Changes: 1. Change old "email (name)" to new "name <email>". 2. Add full name to replyto example. 3. Add minimal vim example for editor_command. 4. Change "netscape" to "firefox". 5. Remove reference to deprecated "cc_followup_string". 6. % escapes now work in cc_post_string. 7. Remove examples of obsolete charset-related variables; give two examples of the new charset command instead. NB: this may still be wrong, because I don't really understand it: "Character set used for the local display; valid values include: isolatin, ibm850, ibm852, next, koi8" 8. Add mention of custom_sort_order. 9. Use spaces and tabs more consistently in examples. -- PJR :-) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
slrn.rc-01.patch
(text/x-diff, 3.5 KB)
--- doc/slrn.rc.orig 2008-02-13 03:28:24.000000000 +0000 +++ doc/slrn.rc 2008-02-13 03:44:59.000000000 +0000 @@ -11,14 +11,14 @@ % % The "From:" header will be generated from the following three variables. -% With the example settings, it would read "[email protected] (John Doe)". +% With the example settings, it would read "John Doe <[email protected]>". %set username "john" %set hostname "doe.com" %set realname "John Doe" % Set this if you want replies to your articles to go to a address different % from the one in "From:". -%set replyto "[email protected]" +%set replyto "John Doe <[email protected]>" % What to put into the "Organization:" header line. %set organization "Doe inc." @@ -89,6 +89,7 @@ % Set your favourite editor. Use %s for the file name and %d for the line % where the cursor should be placed (usually at the beginning of the body). %set editor_command "jed '%s' -g %d -tmp" +%set editor_command "vim -c %d %s" % You can have separate commands for editing posts, mail, and score files. %set mail_editor_command "jed '%s' -g %d -tmp --mail-mode" @@ -105,7 +106,7 @@ % WWW browser to use. Xbrowser is used when the DISPLAY environment variable % is set; non_Xbrowser otherwise. %set non_Xbrowser "lynx '%s'" -%set Xbrowser "netscape '%s' &" +%set Xbrowser "firefox '%s' &" % Command to use for printing % Note: On Win32, this variable defines the name of the printer queue to use. @@ -171,26 +172,20 @@ %set reply_custom_headers "X-newsgroup: %n\nX-realname: %r" %set supersedes_custom_headers "X-Superseded-Date: %d" -% These are inserted when sending email CCs of your postings. -% cc_post_string currently does not support any % escapes. -%set cc_followup_string "[This message has also been posted to %n.]" -%set cc_post_string "[This message has also been posted.]" +% This is inserted when sending email CCs of your postings. +%set cc_post_string "[This message has also been posted to %n.]" % %% 6. Character mapping / MIME support % -% Character set used for the local display; valid values are: +% Character set used for the local display; valid values include: % isolatin, ibm850, ibm852, next, koi8 -%set charset isolatin +%charset display isolatin % Character set to declare when posting 8bit characters. Do *not* use -% the same value as for "charset" here. -%set mime_charset "iso-8859-1" - -% You may set this to a comma-separated list of MIME charsets your terminal -% is capable to display. The example adds two Chinese charsets: -%compatible_charsets "Big5,gb2312" +% the same value as for "charset display" here. +%charset outgoing "iso-8859-1" % If non-zero, call metamail for MIME formats slrn cannot handle. %set use_metamail 1 @@ -209,6 +204,7 @@ % If 9, thread, then sort by date with most recent first. % If 10, sort by date with most recent last. % If 11, thread then sort by date with most recent last. +% If 12, use the value of the custom_sort_order variable. %set sorting_method 3 % If non-zero, a header with a new subject will start a new thread. @@ -225,16 +221,16 @@ %visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:" % If non-zero, #v+ and #v- will be interpreted as markers of verbatim lines. -%set process_verbatim_marks 1 +%set process_verbatim_marks 1 % If non-zero, hide #v+/#v- verbatim marks. %set hide_verbatim_marks 0 % If non-zero, hide signature in articles. -%set hide_signature 0 +%set hide_signature 0 % If non-zero, hide PGP signature in articles. -%set hide_pgpsignature 0 +%set hide_pgpsignature 0 % %% 9. Display / color settings