Package: nmh / 1.7.1-4

12-welcome Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: update welcome message, point to the news file which is gzipped
Author: Alexander Zangerl <az@debian.org>
--- a/sbr/utils.c
+++ b/sbr/utils.c
@@ -464,7 +464,7 @@ nmh_init(const char *argv0, int read_con
                 printf ("==================================================="
                         "=====================\n");
                 printf ("Welcome to nmh version %s\n\n", VERSION);
-                printf ("See the release notes in %s/NEWS\n\n",
+                printf ("See the release notes in %s/NEWS.gz\n\n",
                          mhdocdir);
                 print_intro (stdout, 1);
                 printf ("\nThis message will not be repeated until "