/[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.10 by polak, Mon Dec 23 22:01:34 2002 UTC revision 1.11 by gray, Tue Jan 14 14:48:59 2003 UTC
# Line 1  Line 1 
1  /* GNU Mailutils -- a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4     GNU Mailutils is free software; you can redistribute it and/or modify     GNU Mailutils is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 40  mail_decode (int argc, char **argv) Line 40  mail_decode (int argc, char **argv)
40    msgset_t *msgset;    msgset_t *msgset;
41    struct decode_closure decode_closure;    struct decode_closure decode_closure;
42    
43    if (msgset_parse (argc, argv, &msgset))    if (msgset_parse (argc, argv, MSG_NODELETED|MSG_SILENT, &msgset))
44      return 1;      return 1;
45    
46    decode_closure.select_hdr = islower (argv[0][0]);    decode_closure.select_hdr = islower (argv[0][0]);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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