/[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.19 by gray, Sun Dec 29 13:37:43 2002 UTC revision 1.20 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 111  mail_from0 (msgset_t *mspec, message_t m Line 111  mail_from0 (msgset_t *mspec, message_t m
111  int  int
112  mail_from (int argc, char **argv)  mail_from (int argc, char **argv)
113  {  {
114    return util_foreach_msg (argc, argv, MSG_NODELETED, mail_from0, NULL);    return util_foreach_msg (argc, argv, MSG_NODELETED|MSG_SILENT, mail_from0, NULL);
115  }  }
116    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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