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 "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=d4dd5a8a5777be7ba655b87b483659206ea0cf54

The branch, master has been updated
       via  d4dd5a8a5777be7ba655b87b483659206ea0cf54 (commit)
      from  a01bb419262e90164a558075e3607fb3b0514443 (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 -----------------------------------------------------------------
commit d4dd5a8a5777be7ba655b87b483659206ea0cf54
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Fri Dec 30 22:18:45 2011 +0200

    Fix a bug in DOT decoder.

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

Summary of changes:
 libmailutils/filter/dot.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libmailutils/filter/dot.c b/libmailutils/filter/dot.c
index b42d63d..90d61e4 100644
--- a/libmailutils/filter/dot.c
+++ b/libmailutils/filter/dot.c
@@ -74,7 +74,10 @@ new_decode_state (enum dot_decode_state state, int c)
        {
        case '.':
          return dot_decode_dot;
+       case '\n':
+         return dot_decode_lf;
        }
+      break;
       
     case dot_decode_dot:
       switch (c)


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to