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

Diff of /mailutils/mail/mbox.c

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

revision 1.6 by alainm, Tue Sep 4 01:25:06 2001 UTC revision 1.7 by gray, Sun Oct 13 20:36:35 2002 UTC
# Line 31  mail_mbox (int argc, char **argv) Line 31  mail_mbox (int argc, char **argv)
31      return util_msglist_command (mail_mbox, argc, argv, 1);      return util_msglist_command (mail_mbox, argc, argv, 1);
32    else    else
33      {      {
34        if (mailbox_get_message (mbox, cursor, &msg))        if (util_get_message (mbox, cursor, &msg, 1))
35          {          return 1;
36            util_error("%d: can't get message", cursor);  
           return 1;  
         }  
37        /* Mark the message */        /* Mark the message */
38        message_get_attribute (msg, &attr);        message_get_attribute (msg, &attr);
39        attribute_set_userflag (attr, MAIL_ATTRIBUTE_MBOXED);        attribute_set_userflag (attr, MAIL_ATTRIBUTE_MBOXED);

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

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