always build the dotlock program standalone, many other appplications use
[apps/madmutt.git] / parse.c
diff --git a/parse.c b/parse.c
index 9d1fcba..eae5511 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1385,7 +1385,7 @@ ENVELOPE *mutt_read_rfc822_header (FILE * f, HEADER * hdr, short user_hdrs,
   if (hdr) {
     hdr->content->hdr_offset = hdr->offset;
     hdr->content->offset = ftello (f);
-    rfc2047_decode_envelope (e);
+    rfc2047_decode_envelope(e);
     /* check for missing or invalid date */
     if (hdr->date_sent <= 0) {
       debug_print (1, ("no date found, using received "