/[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.9 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.10 by gray, Sun Mar 23 22:54:47 2003 UTC
# Line 22  Line 22 
22     The side effect is that is set the cursor/cursor     The side effect is that is set the cursor/cursor
23     to the newest or read message number.  */     to the newest or read message number.  */
24  int  int
25  mail_summary (int argc, char **argv)  mail_summary (int argc ARG_UNUSED, char **argv ARG_UNUSED)
26  {  {
27    message_t msg;    message_t msg;
28    attribute_t attr;    attribute_t attr;
# Line 31  mail_summary (int argc, char **argv) Line 31  mail_summary (int argc, char **argv)
31    int mseen = 0, mnew = 0, mdelete = 0;    int mseen = 0, mnew = 0, mdelete = 0;
32    int first_new = 0, first_unread = 0;    int first_new = 0, first_unread = 0;
33    
   (void)argc; (void)argv;  
34    mailbox_messages_count (mbox, &count);    mailbox_messages_count (mbox, &count);
35    for (msgno = 1; msgno <= count; msgno++)    for (msgno = 1; msgno <= count; msgno++)
36      {      {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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