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-62-g825d8a7


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-62-g825d8a7
Date: Thu, 09 Sep 2010 21:11:56 +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=825d8a78b9e6fd1ab3f3ab0be3ed2c779bc20636

The branch, master has been updated
       via  825d8a78b9e6fd1ab3f3ab0be3ed2c779bc20636 (commit)
      from  906499db53aea7333a11a87955c5c41ccbe45310 (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 825d8a78b9e6fd1ab3f3ab0be3ed2c779bc20636
Author: Sergey Poznyakoff <address@hidden>
Date:   Fri Sep 10 00:11:59 2010 +0300

    Version 2.2.90.

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

Summary of changes:
 NEWS         |   10 +++++++++-
 configure.ac |    2 +-
 mail/from.c  |    5 ++---
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 4e1f3fc..8b255a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2010-09-08
+GNU mailutils NEWS -- history of user-visible changes. 2010-09-09
 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
 Software Foundation, Inc.
 See the end of file for copying conditions.
@@ -6,6 +6,14 @@ See the end of file for copying conditions.
 Please send mailutils bug reports to <address@hidden>.
 
 
+Version 2.2.90 (Git)
+
+This version is highly experimental.  It features a rewrite from
+scratch of the stream subsystem and other vital parts of the
+framework.  No documentation is available so far, please use
+`git log' and the sources!
+
+
 Version 2.2 - 2010-09-08
 
 * Guile support updated to compile with Guile 1.9
diff --git a/configure.ac b/configure.ac
index eb11d20..45a62cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl with GNU Mailutils; if not, write to the Free Software 
Foundation,
 dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 AC_PREREQ(2.63)
-AC_INIT([GNU Mailutils], [2.2], address@hidden, [mailutils])
+AC_INIT([GNU Mailutils], [2.2.90], address@hidden, [mailutils])
 AC_CONFIG_SRCDIR([mailbox/mailbox.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-lzma dist-xz std-options 
silent-rules])
diff --git a/mail/from.c b/mail/from.c
index e624252..66b4c29 100644
--- a/mail/from.c
+++ b/mail/from.c
@@ -231,9 +231,8 @@ hdr_from (struct header_call_args *args, void *data)
     {  
       mu_header_t hdr;
       
-      if (mu_message_get_header (args->msg, &hdr))
-       abort ();
-      if (mu_header_aget_value_unfold (hdr, MU_HEADER_FROM, &from) == 0)
+      if (mu_message_get_header (args->msg, &hdr) == 0
+         && mu_header_aget_value_unfold (hdr, MU_HEADER_FROM, &from) == 0)
        {
          mu_address_t address = NULL;
          if (mu_address_create (&address, from) == 0)


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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