X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=contrib%2Fupdate-config.pl;h=8d5a4b3675db1e09cbe8805139ef8e8beba44cc1;hp=2a6ae9757c8ae2b3ed9b491c2e995cdfd4700413;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=ba4333b5854d2caf6b486372b060376990fe089e diff --git a/contrib/update-config.pl b/contrib/update-config.pl index 2a6ae97..8d5a4b3 100755 --- a/contrib/update-config.pl +++ b/contrib/update-config.pl @@ -8,7 +8,7 @@ use strict; my %opts = ( - # left from the first run of cleanup+removal + # removed on 2005-06-16 " edit_hdrs" => " edit_headers", " forw_decode" => " forward_decode", " forw_format" => " forward_format", @@ -30,27 +30,29 @@ my %opts = ( " post_indent_str" => " post_indent_string", " print_cmd" => " print_command", " shorten_hierarchy" => " sidebar_shorten_hierarchy", - # current run - "ask_followup_to" => "nntp_ask_followup_to", - "ask_x_comment_to" => "nntp_ask_x_comment_to", - "catchup_newsgroup" => "nntp_catchup", - "followup_to_poster" => "nntp_followup_to_poster", - "group_index_format" => "nntp_group_index_format", - "inews" => "nntp_inews", - "mime_subject" => "nntp_mime_subject", - "news_cache_dir" => "nntp_cache_dir", - "news_server" => "nntp_host", - "newsrc" => "nntp_newsrc", - "nntp_poll" => "nntp_mail_check", - "pop_checkinterval" => "pop_mail_check", - "post_moderated" => "nntp_post_moderated", - "save_unsubscribed" => "nntp_save_unsubscribed", - "show_new_news" => "nntp_show_new_news", - "show_only_unread" => "nntp_show_only_unread", - "x_comment_to" => "nntp_x_comment_to", - # libesmtp - "smtp_auth_username" => "smtp_user", - "smtp_auth_password" => "smtp_pass" + # removed on 2005-08-29 + " ask_followup_to" => " nntp_ask_followup_to", + " ask_x_comment_to" => " nntp_ask_x_comment_to", + " catchup_newsgroup" => " nntp_catchup", + " followup_to_poster" => " nntp_followup_to_poster", + " group_index_format" => " nntp_group_index_format", + " inews" => " nntp_inews", + " mime_subject" => " nntp_mime_subject", + " news_cache_dir" => " nntp_cache_dir", + " news_server" => " nntp_host", + " newsrc" => " nntp_newsrc", + " nntp_poll" => " nntp_mail_check", + " pop_checkinterval" => " pop_mail_check", + " post_moderated" => " nntp_post_moderated", + " save_unsubscribed" => " nntp_save_unsubscribed", + " show_new_news" => " nntp_show_new_news", + " show_only_unread" => " nntp_show_only_unread", + " x_comment_to" => " nntp_x_comment_to", + # renamed for consistency w/ libesmtp + " smtp_auth_username" => " smtp_user", + " smtp_auth_password" => " smtp_pass", + # renamed to free $user_ namespace + " user_agent" => " agent_string" ); if (@ARGV == 0) {