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-349-g42d2ff7


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-349-g42d2ff7
Date: Sat, 19 Feb 2011 14:39:36 +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=42d2ff71265b62e778b89a035efb2be795ce8956

The branch, master has been updated
       via  42d2ff71265b62e778b89a035efb2be795ce8956 (commit)
      from  45d49848cd34a99cc326be9997a4b5d7142898fe (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 42d2ff71265b62e778b89a035efb2be795ce8956
Author: Sergey Poznyakoff <address@hidden>
Date:   Sat Feb 19 16:39:27 2011 +0200

    Minor changes.
    
    * libmu_scm/Makefile.am (DOT_X_FILES, DOT_DOC_FILES): Add mu_debug.x and
    mu_debug.doc.
    * mail/send.c (fill_body): Remove extra \n after null message
    body diagnostics.

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

Summary of changes:
 libmu_scm/Makefile.am |    2 ++
 mail/send.c           |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index de74c99..0361de6 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -54,6 +54,7 @@ libmu_scm_la_LIBADD = \
 DOT_X_FILES=\
  mu_address.x\
  mu_body.x\
+ mu_debug.x\
  mu_mailbox.x\
  mu_message.x\
  mu_mime.x\
@@ -65,6 +66,7 @@ DOT_X_FILES=\
 DOT_DOC_FILES=\
  mu_address.doc\
  mu_body.doc\
+ mu_debug.doc\
  mu_mailbox.doc\
  mu_message.doc\
  mu_mime.doc\
diff --git a/mail/send.c b/mail/send.c
index 2df82f3..a150875 100644
--- a/mail/send.c
+++ b/mail/send.c
@@ -333,7 +333,7 @@ fill_body (mu_message_t msg, mu_stream_t instr)
        {
          char *str;
          if (mailvar_get (&str, "nullbodymsg", mailvar_type_string, 0) == 0)
-           mu_error ("%s\n", _(str));
+           mu_error ("%s", _(str));
        }
       else
        return 1;


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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