/[mailutils]/mailutils/mh/mh_msgset.c
ViewVC logotype

Diff of /mailutils/mh/mh_msgset.c

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

revision 1.7 by gray, Sat Jan 18 21:59:29 2003 UTC revision 1.8 by gray, Wed Jan 22 21:44:15 2003 UTC
# Line 60  msgset_last (mailbox_t mbox, size_t *pnu Line 60  msgset_last (mailbox_t mbox, size_t *pnu
60    rc = mailbox_messages_count (mbox, &count);    rc = mailbox_messages_count (mbox, &count);
61    if (rc)    if (rc)
62      {      {
63        mh_error (_("can't get last message: %s"), mu_errstring (rc));        mh_error (_("can't get last message: %s"), mu_strerror (rc));
64        exit (1);        exit (1);
65      }      }
66    *pnum = count;    *pnum = count;
# Line 161  msgset_preproc_part (mailbox_t mbox, cha Line 161  msgset_preproc_part (mailbox_t mbox, cha
161          rc = mailbox_get_message (mbox, num, &msg);          rc = mailbox_get_message (mbox, num, &msg);
162          if (rc)          if (rc)
163            {            {
164              mh_error (_("can't get message %d: %s"), num, mu_errstring (rc));              mh_error (_("can't get message %d: %s"), num, mu_strerror (rc));
165              exit (1);              exit (1);
166            }            }
167          message_get_uid (msg, &uid);          message_get_uid (msg, &uid);

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