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=ac1262fb8a5d845c9e16a9679239142d0bf00522 The branch, master has been updated via ac1262fb8a5d845c9e16a9679239142d0bf00522 (commit) from 4bcd5c9de0cb6ca85bcc3a35b1518739b939b009 (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 ac1262fb8a5d845c9e16a9679239142d0bf00522 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Wed Mar 9 16:15:53 2011 +0200 mail: bugfix * mail/mailline.c (ml_readline_internal): Remove trailing \n. ----------------------------------------------------------------------- Summary of changes: mail/mailline.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mail/mailline.c b/mail/mailline.c index 5151f71..c78e7b9 100644 --- a/mail/mailline.c +++ b/mail/mailline.c @@ -135,6 +135,7 @@ ml_readline_internal () } if (n == 0) return NULL; + mu_rtrim_cset (buf, "\n"); return buf; } hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils