summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmu_scm/Makefile.am2
-rw-r--r--mail/send.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index de74c991a..0361de6b2 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 2df82f34a..a150875cc 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;

Return to:

Send suggestions and report system problems to the System administrator.