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

Diff of /mailutils/mail/followup.c

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

revision 1.16 by gray, Sat Dec 28 10:52:46 2002 UTC revision 1.17 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, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 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 33  mail_followup (int argc, char **argv) Line 33  mail_followup (int argc, char **argv)
33    int status;    int status;
34    
35    compose_init (&env);    compose_init (&env);
36    if (msgset_parse (argc, argv, &msglist))    if (msgset_parse (argc, argv, MSG_NODELETED, &msglist))
37      return 1;      return 1;
38    
39    if (util_get_message (mbox, cursor, &msg, MSG_NODELETED))    if (util_get_message (mbox, cursor, &msg))
40      {      {
41        msgset_free (msglist);        msgset_free (msglist);
42        return 1;        return 1;

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

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