commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. rel-2_1-91-gd66dc37


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. rel-2_1-91-gd66dc37
Date: Thu, 12 Aug 2010 14:11:25 +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=d66dc3789bac5ab2a5f23c996ca73c6d4d1626f7

The branch, master has been updated
       via  d66dc3789bac5ab2a5f23c996ca73c6d4d1626f7 (commit)
      from  bf0d23962442075cf16eab955435de99bea961de (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 d66dc3789bac5ab2a5f23c996ca73c6d4d1626f7
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Aug 12 17:09:35 2010 +0300

    Minor change.
    
    * examples/mimetest.c (message_display_parts): Remove
    not needed locals.

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

Summary of changes:
 examples/mimetest.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/examples/mimetest.c b/examples/mimetest.c
index 923e4d0..9b1170c 100644
--- a/examples/mimetest.c
+++ b/examples/mimetest.c
@@ -177,7 +177,7 @@ void
 message_display_parts (mu_message_t msg, int indent)
 {
   int ret, j;
-  size_t nparts, nsubparts;
+  size_t nparts;
   mu_message_t part;
   mu_header_t hdr;
   mu_stream_t str;
@@ -239,7 +239,6 @@ message_display_parts (mu_message_t msg, int indent)
           printf ("%*.*sEncapsulated message : %s\t%s\n",
                   indent, indent, "", from, subject);
           printf ("%*.*sBegin\n", indent, indent, "");
-          MU_ASSERT (mu_message_get_num_parts (part, &nsubparts));
           message_display_parts (part, indent + indent_level);
           mu_message_destroy (&part, NULL);
         }


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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