]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
Added -debug switch to pick(1) and deprecated $MHPDEBUG.
[nmh] / uip / mhn.c
index 3fd2d39c30886a172de4a6a9695876c806094bf8..7363688f32501681a6e06a5d0fb9418c2b02b99e 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -119,9 +119,6 @@ int part_ok (CT, int);
 int type_ok (CT, int);
 void flush_errors (void);
 
-/* mhshowsbr.c */
-void show_all_messages (CT *);
-
 /* mhstoresbr.c */
 typedef struct mhstoreinfo *mhstoreinfo_t;
 mhstoreinfo_t mhstoreinfo_create(CT *, char *, const char *, int, int);
@@ -563,7 +560,7 @@ do_cache:
      * Show the message content
      */
     if (showsw)
-       show_all_messages (cts);
+       show_all_messages (cts, 0, 0, 0, NULL);
 
     /* Now free all the structures for the content */
     for (ctp = cts; *ctp; ctp++)