/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/main.c
ViewVC logotype

Diff of /branches/mixmaster_2_9_STABLE/Mix/Src/main.c

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

revision 37 by rabbi, Wed Dec 12 18:50:09 2001 UTC revision 69 by weaselp, Sat Mar 9 03:05:36 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Command-line based frontend     Command-line based frontend
9     $Id: main.c,v 1.5 2001/12/12 18:50:09 rabbi Exp $ */     $Id: main.c,v 1.7 2002/03/09 03:05:36 weaselp Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 257  int main(int argc, char *argv[]) Line 257  int main(int argc, char *argv[])
257                noarg(argv[0], *p);                noarg(argv[0], *p);
258                error = 1;                error = 1;
259              }              }
260                break;
261            case 'a':            case 'a':
262              if (i < argc - 1)              if (i < argc - 1)
263                buf_appendf(attachments, "%s\n", argv[++i]);                buf_appendf(attachments, "%s\n", argv[++i]);
# Line 264  int main(int argc, char *argv[]) Line 265  int main(int argc, char *argv[])
265                noarg(argv[0], *p);                noarg(argv[0], *p);
266                error = 1;                error = 1;
267              }              }
268                break;
269            case 'm':            case 'm':
270              send = MSG_MAIL;              send = MSG_MAIL;
271              break;              break;

Legend:
Removed from v.37  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.5