From: pdmef Date: Sat, 13 Aug 2005 15:24:08 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=c6b020e0fa5c38e4fd8a6ffb75e00338c0535b11 Rocco Rutte: - in addition to closing bug #4787, document all renamed/removed/obsolete variables in the fine manual git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@398 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/contrib/update-config.pl b/contrib/update-config.pl index 2a6ae97..9a57029 100755 --- a/contrib/update-config.pl +++ b/contrib/update-config.pl @@ -31,26 +31,26 @@ my %opts = ( " 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", + " 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" + " smtp_auth_username" => " smtp_user", + " smtp_auth_password" => " smtp_pass" ); if (@ARGV == 0) { diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 8f975aa..6469349 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -2460,6 +2460,15 @@ ifndef feature_slang 'source ~/.mutt-ng/setup-ncurses' +Obsolete Variables + +

In the process of ensuring and creating more consistency, many +variables have been renamed and some of the old names were already +removed. Please see +for a complete list. + + + Advanced Usage @@ -4523,5 +4532,60 @@ The following are the commands understood by mutt. Configuration variables

The following list contains all variables which, in the process of +providing more consistency, have been renamed and are partially even +removed already. The left column contains the old synonym variables, +the right column the full/new name: + +