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

Diff of /mailutils/mail/delete.c

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

revision 1.12 by alainm, Mon Sep 17 03:22:27 2001 UTC revision 1.13 by gray, Mon Jul 22 06:55:45 2002 UTC
# Line 49  mail_delete (int argc, char **argv) Line 49  mail_delete (int argc, char **argv)
49        unsigned int here = realcursor;        unsigned int here = realcursor;
50        do        do
51          {          {
52            message_t msg;            message_t msg = NULL;
53            attribute_t attr;            attribute_t attr = NULL;
54    
55            mailbox_get_message (mbox, realcursor, &msg);            mailbox_get_message (mbox, realcursor, &msg);
56            message_get_attribute (msg, &attr);            message_get_attribute (msg, &attr);

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