commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-2.2-472-g342d218


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-472-g342d218
Date: Fri, 25 Nov 2011 00:12:38 +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=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 <address@hidden>
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



reply via email to

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