Commit 6686bc3a 6686bc3aae8eaa782fad95f5a0fe9cb9d1c192b9 by Alain Magloire

Oops !! I misread the code. Corrected.

1 parent f264b82c
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
6 * include/mailutils/Makefile.am: add mutil.h to the list. 6 * include/mailutils/Makefile.am: add mutil.h to the list.
7 * lib/strisignal.c: Define __P if not set. 7 * lib/strisignal.c: Define __P if not set.
8 * m4/Makefile.am: Added tm_gmtoff.m4 tm_isdst.m4 tm_zone.m4 8 * m4/Makefile.am: Added tm_gmtoff.m4 tm_isdst.m4 tm_zone.m4
9 * mail/mail.c (main): typo "z." --> "z"
10 9
11 2001-06-25 Sergey Poznyakoff 10 2001-06-25 Sergey Poznyakoff
12 * mail/if.c: Removed confusing comment. 11 * mail/if.c: Removed confusing comment.
......
...@@ -296,7 +296,7 @@ main (int argc, char **argv) ...@@ -296,7 +296,7 @@ main (int argc, char **argv)
296 296
297 /* initial commands */ 297 /* initial commands */
298 if ((util_find_env("header"))->set) 298 if ((util_find_env("header"))->set)
299 util_do_command ("z"); 299 util_do_command ("z.");
300 300
301 prompt = util_find_env ("prompt"); 301 prompt = util_find_env ("prompt");
302 mail_set_is_terminal(isatty(0)); 302 mail_set_is_terminal(isatty(0));
......