[patch] Update for contrib/slrnrc-conv
Peter J Ross <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
This adds six items to the list of obsolete variables. NB: This patch is for current SVN. There's a slightly different version of the slrnrc-conv script at <http://slrn.sourceforge.net/downloads/slrnrc-conv> which may or may not be newer. The same update is needed for both versions. -- PJR :-) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
slrnrc-conv.patch
(text/x-diff, 968 B)
--- contrib/slrnrc-conv 2008-06-03 19:06:46.000000000 +0100 +++ contrib/slrnrc-conv.new 2008-06-23 20:31:27.000000000 +0100 @@ -4,6 +4,8 @@ # # by Matthias Friedrich <[email protected]> # +# updated for version 0.9.9 by Peter J Ross <[email protected]> +# # Usage: perl slrnrc-conv ~/.slrnrc > new_config # use strict; @@ -84,7 +86,19 @@ group_dsc_start_column => 'Please customize group_display_format instead.', show_descriptions => - 'Please use the %d escape of group_display_format.' + 'Please use the %d escape of group_display_format.', + compatible_charsets => + 'Please use the charset command instead.', + charset => + 'Please use the charset command instead.', + editor_uses_mime_charset => + 'Please use the charset command instead.', + fold_headers => + 'The feature controlled by this variable has been removed.', + mime_charset => + 'Please use the charset command instead.', + use_mime => + 'MIME is now always used.' );