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

Diff of /mailutils/mail/followup.c

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

revision 1.12 by gray, Thu Oct 3 14:32:47 2002 UTC revision 1.13 by gray, Sun Oct 13 20:36:35 2002 UTC
# Line 36  mail_followup (int argc, char **argv) Line 36  mail_followup (int argc, char **argv)
36    if (msgset_parse (argc, argv, &msglist))    if (msgset_parse (argc, argv, &msglist))
37      return 1;      return 1;
38    
39    if (mailbox_get_message (mbox, cursor, &msg))    if (util_get_message (mbox, cursor, &msg, 1))
40      {      {
       util_error ("%d: can't get message", cursor);  
41        msgset_free (msglist);        msgset_free (msglist);
42        return 1;        return 1;
43      }      }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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