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-323-gf8834ae


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-323-gf8834ae
Date: Fri, 24 Dec 2010 13:24:45 +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=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 <address@hidden>
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



reply via email to

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