]> diplodocus.org Git - nmh/blobdiff - uip/dist.c
dtimezone(): Explain abs(3) is undefined on INT_MIN.
[nmh] / uip / dist.c
index f846b74da7f1b11c67f156b403c8f768de883481..19158bad2f32cf226f7b032d323e6610b0e4cbc1 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * dist.c -- re-distribute a message
+/* dist.c -- re-distribute a message
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -9,6 +7,7 @@
 
 #include <h/mh.h>
 #include <h/utils.h>
+#include "../sbr/m_maildir.h"
 #include <fcntl.h>
 
 #define DIST_SWITCHES \
@@ -251,7 +250,7 @@ try_it_again:
                        i = YESW;
                    break;
                default: 
-                   advise (NULL, "say what?");
+                   inform("say what?");
                    break;
            }
        }