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=f8834aef0820f19013af3ac91856480452224440 The branch, master has been updated via f8834aef0820f19013af3ac91856480452224440 (commit) from 8c9829fdb977ad2b9c4c3ac372655e6cb7d9dff7 (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 f8834aef0820f19013af3ac91856480452224440 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Fri Dec 24 15:24:09 2010 +0200 Minor bugfix * mail/escape.c (run_editor): Fix a typo. ----------------------------------------------------------------------- Summary of changes: mail/escape.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mail/escape.c b/mail/escape.c index 8e7f109..5a39b2b 100644 --- a/mail/escape.c +++ b/mail/escape.c @@ -325,7 +325,7 @@ run_editor (char *ed, char *arg) argv[0] = ed; argv[1] = arg; argv[2] = NULL; - return mail_execute (1, arg, 2, argv); + return mail_execute (1, ed, 2, argv); } static int hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils