/[mailutils]/mailutils/frm/frm.c
ViewVC logotype

Diff of /mailutils/frm/frm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by polak, Mon Dec 23 22:01:34 2002 UTC revision 1.25 by polak, Fri Dec 27 09:21:46 2002 UTC
# Line 403  cleanup: Line 403  cleanup:
403    
404   cleanup1:   cleanup1:
405    if (show_summary)    if (show_summary)
406      printf (_("You have %d messages\n"), total);      printf (total == 1 ? _("You have %d message.\n")
407                           : _("You have %d messages.\n"),
408                total);
409    if (show_query && have_new_mail)    if (show_query && have_new_mail)
410      printf (_("You have new mail\n"));      printf (_("You have new mail.\n"));
411    
412    /* 0 - selected messages discover.    /* 0 - selected messages discover.
413       1 - have messages.       1 - have messages.

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26