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

Diff of /mailutils/mail/headers.c

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

revision 1.15 by gray, Sun Dec 29 13:37:43 2002 UTC revision 1.16 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 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 34  mail_headers (int argc, char **argv) Line 34  mail_headers (int argc, char **argv)
34    int lines = util_screen_lines ();    int lines = util_screen_lines ();
35    int num;    int num;
36    
37    if (msgset_parse (argc, argv, &list))    if (msgset_parse (argc, argv, MSG_NODELETED|MSG_SILENT, &list))
38       return 1;       return 1;
39    
40    num = 0;    num = 0;

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

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