nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 9e826e368de450dfdaacf38def352d6314c76b62
Date: Tue, 03 Apr 2012 19:56:58 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  9e826e368de450dfdaacf38def352d6314c76b62 (commit)
      from  ee8a311403280f7aefb1fb727ccbc6a9d98cce89 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=9e826e368de450dfdaacf38def352d6314c76b62


commit 9e826e368de450dfdaacf38def352d6314c76b62
Author: Ken Hornstein <address@hidden>
Date:   Tue Apr 3 15:56:41 2012 -0400

    A few more bugs I didn't catch earlier.

diff --git a/docs/replyfilter b/docs/replyfilter
index 8906652..193dd40 100755
--- a/docs/replyfilter
+++ b/docs/replyfilter
@@ -135,7 +135,7 @@ process_part(\*STDIN, $content_type, $encoding, $charset, 
$boundary);
 
 if ($boundary) {
        #
-       # Eat the MIME eplilog
+       # Eat the MIME epilog
        #
        eat_part(\*STDIN);
 }
@@ -159,7 +159,7 @@ sub process_text (*$$;$)
        # quote character
        #
 
-       if ($encoding eq '7bit' || $encoding ne '8bit') {
+       if ($encoding eq '7bit' || $encoding eq '8bit') {
                while (<$input>) {
                        $ret = match_boundary($_, $boundary);
                        if (defined $ret) {
@@ -218,7 +218,7 @@ sub process_text (*$$;$)
        pipe($foutread, $foutwrite) || die "pipe() (second) failed: $!\n";
 
        binmode($finread, ":encoding($outcharset)");
-       binmode($finread, ":encoding($outcharset)");
+       binmode($finwrite, ":encoding($outcharset)");
        binmode($foutread, ":encoding($outcharset)");
        binmode($foutwrite, ":encoding($outcharset)");
 

-----------------------------------------------------------------------

Summary of changes:
 docs/replyfilter |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]