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=342d21837df24291e46864e040794ac8f3d57125 The branch, master has been updated via 342d21837df24291e46864e040794ac8f3d57125 (commit) from e5ec3ce6c45278e853453c2332dbc140fe2a0ac6 (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 342d21837df24291e46864e040794ac8f3d57125 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Fri Nov 25 02:12:40 2011 +0200 Minor change. * mu/shell.c: Output newline when EOF is received. ----------------------------------------------------------------------- Summary of changes: mu/shell.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/mu/shell.c b/mu/shell.c index 9d2c90c..39081c1 100644 --- a/mu/shell.c +++ b/mu/shell.c @@ -627,7 +627,10 @@ mutool_shell (const char *name, struct mutool_command *cmd) continue; } else - break; + { + mu_printf ("\n"); + break; + } } /* Remove leading and trailing whitespace from the line. hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils