From: pdmef Date: Tue, 23 Aug 2005 01:22:15 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=a5b02206150dc653355cdc60286c27482b5a4f93 Rocco Rutte: - revert removal of $signoff_string as $post_indent_string only works with replies (argh! note to self: switch back to compiling+testing changes; sorry for the noise) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@434 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/UPGRADING b/UPGRADING index b00bff6..2f0c01f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -12,10 +12,6 @@ sources of information. 2005-08-22: - The $signoff_string variable now is a synonym for - $post_indent_string which was there first and provides the - same functionality. - Reading configurations from ~/.muttngrc-$version and ~/.muttng/muttngrc-$version is no longer supported; ~/.muttngrc and ~/.muttng/muttngrc remain. diff --git a/contrib/sample.muttngrc b/contrib/sample.muttngrc index 1c4b529..ac4c422 100644 --- a/contrib/sample.muttngrc +++ b/contrib/sample.muttngrc @@ -399,7 +399,7 @@ unset signature # Set these string at the bottom of all messages (and about the # signature, if you have one). -set post_indent_string="Regards,\nAndreas" +set signoff_string="Regards,\nAndreas" # First sort messages by threads... set sort=threads diff --git a/contrib/update-config.pl b/contrib/update-config.pl index c72e7eb..9a57029 100755 --- a/contrib/update-config.pl +++ b/contrib/update-config.pl @@ -50,9 +50,7 @@ my %opts = ( " x_comment_to" => " nntp_x_comment_to", # libesmtp " smtp_auth_username" => " smtp_user", - " smtp_auth_password" => " smtp_pass", - # misc - " signoff_string" => " post_indent_string" + " smtp_auth_password" => " smtp_pass" ); if (@ARGV == 0) { diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 5f2c204..df0ba2e 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -4689,9 +4689,7 @@ The following are the commands understood by mutt. - - -Configuration variables