/[mailutils]/mailutils/mail/summary.c
ViewVC logotype

Diff of /mailutils/mail/summary.c

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

revision 1.7 by gray, Sun Dec 29 13:37:43 2002 UTC revision 1.8 by gray, Sun Jan 26 13:47:54 2003 UTC
# Line 65  mail_summary (int argc, char **argv) Line 65  mail_summary (int argc, char **argv)
65    }    }
66    printf (ngettext ("%d message", "%d messages", count), count);    printf (ngettext ("%d message", "%d messages", count), count);
67    if (mnew > 0)    if (mnew > 0)
68      printf (_(" %d new"), mnew);      printf (ngettext (" %d new", " %d new", mnew), mnew);
69    if (mseen > 0)    if (mseen > 0)
70      printf (_(" %d unread"), mseen);      printf (ngettext (" %d unread", " %d unread", mseen), mseen);
71    if (mdelete > 0)    if (mdelete > 0)
72      printf (_(" %d deleted"), mdelete);      printf (ngettext (" %d deleted", " %d deleted", mdelete), mdelete);
73    printf("\n");    printf("\n");
74    
75    /* Set the cursor.  */    /* Set the cursor.  */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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