summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--libmailutils/diag/diag.c2
-rw-r--r--mu/libexec/ldflags.c3
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f45e8e1d..953bf2a28 100644
--- a/NEWS
+++ b/NEWS
@@ -13,3 +13,3 @@ Kurt Hackenberg. A dotmail mailbox is a single disk file, where
messages are stored sequentially. Each message ends with a single
-dot (similar to the dormat used in the SMTP DATA command). Any dot
+dot (similar to the format used in the SMTP DATA command). Any dot
appearing at the start of the line is doubled, to prevent it from
diff --git a/libmailutils/diag/diag.c b/libmailutils/diag/diag.c
index 7ec7c069e..050fcaf2d 100644
--- a/libmailutils/diag/diag.c
+++ b/libmailutils/diag/diag.c
@@ -121,3 +121,3 @@ mu_diag_vprintf (int level, const char *fmt, va_list ap)
mu_diag_init ();
- mu_stream_printf (mu_strerr, "\033<%d>", level);
+ mu_stream_printf (mu_strerr, "\033s<%d>", level);
mu_stream_vprintf (mu_strerr, fmt, ap);
diff --git a/mu/libexec/ldflags.c b/mu/libexec/ldflags.c
index bcfd7c03a..60a2d3bd6 100644
--- a/mu/libexec/ldflags.c
+++ b/mu/libexec/ldflags.c
@@ -40,2 +40,5 @@ struct lib_descr {
{ "mbox", "-lmu_mbox", 0 },
+#ifdef ENABLE_DOTMAIL
+ { "dotmail", "-lmu_dotmail", 0 },
+#endif
#ifdef ENABLE_MH

Return to:

Send suggestions and report system problems to the System administrator.