[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. release-2.2-559-gd4dd5a8
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. release-2.2-559-gd4dd5a8 |
Date: |
Fri, 30 Dec 2011 20:16:55 +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 "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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. release-2.2-559-gd4dd5a8,
Sergey Poznyakoff <=