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

Diff of /mailutils/mail/retain.c

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

revision 1.3 by gray, Mon Jun 25 08:13:49 2001 UTC revision 1.4 by polak, Mon Dec 23 22:01:34 2002 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, 2001 Free Software Foundation, Inc.     Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
3    
4     This program 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
6     the Free Software Foundation; either version 2, or (at your option)     the Free Software Foundation; either version 2, or (at your option)
7     any later version.     any later version.
8    
9     This program is distributed in the hope that it will be useful,     GNU Mailutils is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.     GNU General Public License for more details.
13    
14     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software     along with GNU Mailutils; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
17    
18  #include "mail.h"  #include "mail.h"
# Line 30  mail_retain (int argc, char **argv) Line 30  mail_retain (int argc, char **argv)
30    if (argc == 1)    if (argc == 1)
31      {      {
32        if (!retained_headers)        if (!retained_headers)
33          fprintf (ofile, "No fields are currently being retained\n");          fprintf (ofile, _("No fields are currently being retained\n"));
34        else        else
35          util_slist_print (retained_headers, 1);          util_slist_print (retained_headers, 1);
36        return 0;        return 0;
# Line 52  mail_discard (int argc, char **argv) Line 52  mail_discard (int argc, char **argv)
52    if (argc == 1)    if (argc == 1)
53      {      {
54        if (!ignored_headers)        if (!ignored_headers)
55          fprintf (ofile, "No fields are currently being ignored\n");          fprintf (ofile, _("No fields are currently being ignored\n"));
56        else        else
57          util_slist_print (ignored_headers, 1);          util_slist_print (ignored_headers, 1);
58        return 0;        return 0;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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