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-430-g1145460


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-430-g1145460
Date: Mon, 07 Nov 2011 23:39:44 +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=1145460edacfc660d886d766bc660b940bfa1912

The branch, master has been updated
       via  1145460edacfc660d886d766bc660b940bfa1912 (commit)
      from  4f81c7692b1ebca0c1deec9f656fcbbed2b98fa3 (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 1145460edacfc660d886d766bc660b940bfa1912
Author: Sergey Poznyakoff <address@hidden>
Date:   Tue Nov 8 01:39:27 2011 +0200

    Minor changes in diagnostic messages.
    
    * maidag/maidag.c (cb_delivery_mode): Fix typo.
    * mail/mail.c (mail_warranty): Update copyright years.

-----------------------------------------------------------------------

Summary of changes:
 maidag/maidag.c |    2 +-
 mail/mail.c     |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/maidag/maidag.c b/maidag/maidag.c
index decbe91..7af762c 100644
--- a/maidag/maidag.c
+++ b/maidag/maidag.c
@@ -412,7 +412,7 @@ cb_delivery_mode (void *data, mu_config_value_t *val)
        mu_log_syslog = 0;
     }
   else
-    mu_error (_("%s is unknonw"), val->v.string);
+    mu_error (_("%s is unknown"), val->v.string);
   return 0;
 }
 
diff --git a/mail/mail.c b/mail/mail.c
index d0643f9..0ea182c 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -563,8 +563,7 @@ mail_warranty (int argc MU_ARG_UNUSED, char **argv 
MU_ARG_UNUSED)
 {
   mu_printf (
         _("GNU Mailutils -- a suite of utilities for electronic mail\n"
-           "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,\n"
-           "2007, 2009, 2010 Free Software Foundation, Inc.\n\n"));
+           "Copyright (C) 1999-2011 Free Software Foundation, Inc.\n\n"));
   mu_printf (
   _("   GNU Mailutils is free software; you can redistribute it and/or 
modify\n"
     "   it under the terms of the GNU General Public License as published by\n"


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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