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

Diff of /mailutils/mail/from.c

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

revision 1.14 by gray, Thu Aug 15 12:55:42 2002 UTC revision 1.15 by gray, Sun Oct 13 20:36:35 2002 UTC
# Line 42  mail_from (int argc, char **argv) Line 42  mail_from (int argc, char **argv)
42        struct tm tm;        struct tm tm;
43        mu_timezone tz;        mu_timezone tz;
44    
45        if (mailbox_get_message (mbox, cursor, &msg) != 0)        if (util_get_message (mbox, cursor, &msg, 1))
         return 1;  
   
       if (util_isdeleted (cursor))  
46          return 1;          return 1;
47    
48        message_get_header (msg, &hdr);        message_get_header (msg, &hdr);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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