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

Diff of /mailutils/mail/decode.c

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

revision 1.8 by gray, Wed Oct 2 14:38:17 2002 UTC revision 1.9 by gray, Sun Oct 13 20:36:35 2002 UTC
# Line 59  display_message (message_t mesg, msgset_ Line 59  display_message (message_t mesg, msgset_
59    struct decode_closure *closure = arg;    struct decode_closure *closure = arg;
60    int pagelines = util_get_crt ();    int pagelines = util_get_crt ();
61    
62    if (util_isdeleted (msgset->msg_part[0]))    if (util_isdeleted (mesg))
63      return 1;      return 1;
64    
65    message_lines (mesg, &lines);    message_lines (mesg, &lines);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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