Defined show(mime)proc locally and removed their profile entries.
[mmh] / uip / show.c
index 2b53141..4abc3d7 100644 (file)
@@ -43,6 +43,8 @@ static int is_nontext(char *);
 #define NEXT  1
 #define PREV  2
 
+char *showproc = "mhl";
+char *showmimeproc = "mhshow";
 
 int
 main(int argc, char **argv)