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

Diff of /mailutils/mail/hold.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 32  mail_hold (int argc, char **argv) Line 32  mail_hold (int argc, char **argv)
32      return util_msglist_command (mail_hold, argc, argv, 1);      return util_msglist_command (mail_hold, argc, argv, 1);
33    else    else
34      {      {
35        if (mailbox_get_message (mbox, cursor, &msg))        if (util_get_message (mbox, cursor, &msg, 0))
36          {          return 1;
           util_error("%d: can't get message", cursor);  
           return 1;  
         }  
37    
38        message_get_attribute (msg, &attr);        message_get_attribute (msg, &attr);
39        attribute_unset_userflag (attr, MAIL_ATTRIBUTE_MBOXED);        attribute_unset_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