From: pdmef Date: Mon, 22 Aug 2005 20:57:52 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=bdc6aba8c21ea88ee54b49d45774dc64c7a91eee Rocco Rutte: - kill $signoff_string in favor of $post_indent_string as it was there first git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@427 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/UPGRADING b/UPGRADING index 2f0c01f..b00bff6 100644 --- a/UPGRADING +++ b/UPGRADING @@ -12,6 +12,10 @@ 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 ac4c422..1c4b529 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 signoff_string="Regards,\nAndreas" +set post_indent_string="Regards,\nAndreas" # First sort messages by threads... set sort=threads diff --git a/contrib/update-config.pl b/contrib/update-config.pl index 9a57029..c72e7eb 100755 --- a/contrib/update-config.pl +++ b/contrib/update-config.pl @@ -50,7 +50,9 @@ my %opts = ( " x_comment_to" => " nntp_x_comment_to", # libesmtp " smtp_auth_username" => " smtp_user", - " smtp_auth_password" => " smtp_pass" + " smtp_auth_password" => " smtp_pass", + # misc + " signoff_string" => " post_indent_string" ); if (@ARGV == 0) { diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index df0ba2e..5f2c204 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -4689,7 +4689,9 @@ The following are the commands understood by mutt. -Configuration variables