Nico Golde:
[apps/madmutt.git] / main.c
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
4  * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org>
5  * Copyright (C) 2004 g10 Code GmbH
6  *
7  * Parts written/modified by:
8  * Nico Golde <nion@muttng.org>
9  * Andreas Krennmair <ak@synflood.at>
10  *
11  * This file is part of mutt-ng, see http://www.muttng.org/.
12  * It's licensed under the GNU General Public License,
13  * please see the file GPL in the top level source directory.
14  */
15
16 #define MAIN_C 1
17
18 #if HAVE_CONFIG_H
19 # include "config.h"
20 #endif
21
22 #include "mutt.h"
23 #include "mutt_curses.h"
24 #include "keymap.h"
25 #include "url.h"
26 #include "mutt_crypt.h"
27 #include "mutt_idna.h"
28
29 #include "lib/mem.h"
30 #include "lib/intl.h"
31 #include "lib/str.h"
32 #include "lib/debug.h"
33
34 #include <string.h>
35 #include <stdlib.h>
36 #include <locale.h>
37 #include <unistd.h>
38 #include <errno.h>
39 #include <sys/stat.h>
40 #include <sys/utsname.h>
41
42 #ifdef HAVE_GETOPT_H
43 #include <getopt.h>
44 #endif
45
46 #ifdef HAVE_LIBIDN
47 #include <stringprep.h>
48 #endif
49
50 #ifdef USE_NNTP
51 #include "nntp/nntp.h"
52 #endif
53
54 static const char *ReachingUs = N_("\
55 To contact the developers, please mail to <mutt-ng-devel@lists.berlios.de>.\n\
56 To visit the Mutt-ng homepage go to http://www.muttng.org.\n\
57 To report a bug, please use the fleang(1) utility.\n");
58
59 static const char *Notice = N_("\
60 Copyright (C) 1996-2002 Michael R. Elkins and others.\n\
61 Mutt-ng comes with ABSOLUTELY NO WARRANTY; for details type `muttng -vv'.\n\
62 Mutt is free software, and you are welcome to redistribute it\n\
63 under certain conditions; type `muttng -vv' for details.\n");
64
65 static const char *Copyright = N_("\
66 Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n\
67 Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n\
68 Copyright (C) 1997-2002 Thomas Roessler <roessler@does-not-exist.org>\n\
69 Copyright (C) 1998-2002 Werner Koch <wk@isil.d.shuttle.de>\n\
70 Copyright (C) 1999-2002 Brendan Cully <brendan@kublai.com>\n\
71 Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n\
72 Copyright (C) 2000-2002 Edmund Grimley Evans <edmundo@rano.org>\n\n\
73 Copyright (C) 2005:\n\
74   Parts were written/modified by:\n\
75      Andreas Krennmair <ak@synflood.at>\n\
76      Nico Golde <nico@ngolde.de>\n\
77      Rocco Rutte <pdmef@cs.tu-berlin.de>\n\
78 \n\
79 Lots of others not mentioned here contributed lots of code,\n\
80 fixes, and suggestions.\n\
81 \n\
82     This program is free software; you can redistribute it and/or modify\n\
83     it under the terms of the GNU General Public License as published by\n\
84     the Free Software Foundation; either version 2 of the License, or\n\
85     (at your option) any later version.\n\
86 \n\
87     This program is distributed in the hope that it will be useful,\n\
88     but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
89     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
90     GNU General Public License for more details.\n\
91 \n\
92     You should have received a copy of the GNU General Public License\n\
93     along with this program; if not, write to the Free Software\n\
94     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.\n\
95 ");
96
97 void mutt_exit (int code)
98 {
99   mutt_endwin (NULL);
100   exit (code);
101 }
102
103 static void mutt_usage (void)
104 {
105   puts (mutt_make_version ());
106
107   puts
108     _
109     ("usage: muttng [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f <file> ]\n\
110        muttng [ -nR ] [ -e <cmd> ] [ -F <file> ] -Q <query> [ -Q <query> ] [...]\n\
111        muttng [ -nR ] [ -e <cmd> ] [ -F <file> ] -A <alias> [ -A <alias> ] [...]\n\
112        muttng [ -nx ] [ -e <cmd> ] [ -a <file> ] [ -F <file> ] [ -H <file> ] [ -i <file> ] [ -s <subj> ] [ -b <addr> ] [ -c <addr> ] <addr> [ ... ]\n\
113        muttng [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n\
114        muttng -v[v]\n\
115 \n\
116 options:\n\
117   -A <alias>\texpand the given alias\n\
118   -a <file>\tattach a file to the message\n\
119   -b <address>\tspecify a blind carbon-copy (BCC) address\n\
120   -c <address>\tspecify a carbon-copy (CC) address\n\
121   -e <command>\tspecify a command to be executed after initialization\n\
122   -f <file>\tspecify which mailbox to read\n\
123   -F <file>\tspecify an alternate muttrc file\n\
124   -g <server>\tspecify a newsserver (if compiled with NNTP)\n\
125   -G\t\tselect a newsgroup (if compiled with NNTP)\n\
126   -H <file>\tspecify a draft file to read header and body from\n\
127   -i <file>\tspecify a file which Mutt-ng should include in the body\n\
128   -m <type>\tspecify a default mailbox type\n\
129   -n\t\tcauses Mutt-ng not to read the system Muttngrc\n\
130   -p\t\trecall a postponed message\n\
131   -Q <variable>\tquery a configuration variable\n\
132   -R\t\topen mailbox in read-only mode\n\
133   -s <subj>\tspecify a subject (must be in quotes if it has spaces)\n\
134   -v\t\tshow version and compile-time definitions\n\
135   -x\t\tsimulate the mailx send mode\n\
136   -y\t\tselect a mailbox specified in your `mailboxes' list\n\
137   -z\t\texit immediately if there are no messages in the mailbox\n\
138   -Z\t\topen the first folder with new message, exit immediately if none\n\
139   -h\t\tthis help message");
140
141   exit (0);
142 }
143
144 static void show_version (void)
145 {
146   struct utsname uts;
147
148   puts (mutt_make_version ());
149   puts (_(Notice));
150
151   uname (&uts);
152
153 #ifdef _AIX
154   printf ("System: %s %s.%s", uts.sysname, uts.version, uts.release);
155 #elif defined (SCO)
156   printf ("System: SCO %s", uts.release);
157 #else
158   printf ("System: %s %s", uts.sysname, uts.release);
159 #endif
160
161   printf (" (%s)", uts.machine);
162
163 #ifdef NCURSES_VERSION
164   printf (" [using ncurses %s]", NCURSES_VERSION);
165 #elif defined(USE_SLANG_CURSES)
166   printf (" [using slang %d]", SLANG_VERSION);
167 #endif
168
169 #ifdef _LIBICONV_VERSION
170   printf (" [using libiconv %d.%d]", _LIBICONV_VERSION >> 8,
171           _LIBICONV_VERSION & 0xff);
172 #endif
173
174 #ifdef HAVE_LIBIDN
175   printf (" [using libidn %s (compiled with %s)]",
176           stringprep_check_version (NULL), STRINGPREP_VERSION);
177 #endif
178
179   puts (_("\nCompile options:"));
180
181 #ifdef DOMAIN
182   printf ("DOMAIN=\"%s\"\n", DOMAIN);
183 #else
184   puts ("-DOMAIN");
185 #endif
186
187 #ifdef DEBUG
188   puts ("+DEBUG");
189 #else
190   puts ("-DEBUG");
191 #endif
192
193
194
195   puts (
196 #ifdef HOMESPOOL
197          "+HOMESPOOL  "
198 #else
199          "-HOMESPOOL  "
200 #endif
201 #ifdef USE_SETGID
202          "+USE_SETGID  "
203 #else
204          "-USE_SETGID  "
205 #endif
206 #ifdef USE_DOTLOCK
207          "+USE_DOTLOCK  "
208 #else
209          "-USE_DOTLOCK  "
210 #endif
211 #ifdef DL_STANDALONE
212          "+DL_STANDALONE  "
213 #else
214          "-DL_STANDALONE  "
215 #endif
216          "\n"
217 #ifdef USE_FCNTL
218          "+USE_FCNTL  "
219 #else
220          "-USE_FCNTL  "
221 #endif
222 #ifdef USE_FLOCK
223          "+USE_FLOCK   "
224 #else
225          "-USE_FLOCK   "
226 #endif
227 #ifdef USE_INODESORT
228          "+USE_INODESORT   "
229 #else
230          "-USE_INODESORT   "
231 #endif
232 #if USE_HCACHE
233          "+USE_HCACHE  "
234 #else
235          "-USE_HCACHE  "
236 #endif
237     );
238   puts (
239 #ifdef USE_POP
240          "+USE_POP  "
241 #else
242          "-USE_POP  "
243 #endif
244 #ifdef USE_NNTP
245          "+USE_NNTP  "
246 #else
247          "-USE_NNTP  "
248 #endif
249 #ifdef USE_IMAP
250          "+USE_IMAP  "
251 #else
252          "-USE_IMAP  "
253 #endif
254 #ifdef USE_GSS
255          "+USE_GSS  "
256 #else
257          "-USE_GSS  "
258 #endif
259 #ifdef USE_SSL
260          "+USE_SSL  "
261 #else
262          "-USE_SSL  "
263 #endif
264 #ifdef USE_GNUTLS
265          "+USE_GNUTLS  "
266 #else
267          "-USE_GNUTLS  "
268 #endif
269 #ifdef USE_SASL
270          "+USE_SASL  "
271 #else
272          "-USE_SASL  "
273 #endif
274 #ifdef USE_SASL2
275          "+USE_SASL2  "
276 #else
277          "-USE_SASL2  "
278 #endif
279 #ifdef USE_LIBESMTP
280          "+USE_LIBESMTP  "
281 #else
282          "-USE_LIBESMTP  "
283 #endif
284          "\n"
285 #ifdef HAVE_REGCOMP
286          "+HAVE_REGCOMP  "
287 #else
288          "-HAVE_REGCOMP  "
289 #endif
290 #ifdef USE_GNU_REGEX
291          "+USE_GNU_REGEX  "
292 #else
293          "-USE_GNU_REGEX  "
294 #endif
295 #ifdef USE_COMPRESSED
296          "+COMPRESSED  "
297 #else
298          "-COMPRESSED  "
299 #endif
300          "\n"
301 #ifdef HAVE_COLOR
302          "+HAVE_COLOR  "
303 #else
304          "-HAVE_COLOR  "
305 #endif
306 #ifdef HAVE_START_COLOR
307          "+HAVE_START_COLOR  "
308 #else
309          "-HAVE_START_COLOR  "
310 #endif
311 #ifdef HAVE_TYPEAHEAD
312          "+HAVE_TYPEAHEAD  "
313 #else
314          "-HAVE_TYPEAHEAD  "
315 #endif
316 #ifdef HAVE_BKGDSET
317          "+HAVE_BKGDSET  "
318 #else
319          "-HAVE_BKGDSET  "
320 #endif
321          "\n"
322 #ifdef HAVE_CURS_SET
323          "+HAVE_CURS_SET  "
324 #else
325          "-HAVE_CURS_SET  "
326 #endif
327 #ifdef HAVE_META
328          "+HAVE_META  "
329 #else
330          "-HAVE_META  "
331 #endif
332 #ifdef HAVE_RESIZETERM
333          "+HAVE_RESIZETERM  "
334 #else
335          "-HAVE_RESIZETERM  "
336 #endif
337     );
338
339   puts (
340 #ifdef CRYPT_BACKEND_CLASSIC_PGP
341          "+CRYPT_BACKEND_CLASSIC_PGP  "
342 #else
343          "-CRYPT_BACKEND_CLASSIC_PGP  "
344 #endif
345 #ifdef CRYPT_BACKEND_CLASSIC_SMIME
346          "+CRYPT_BACKEND_CLASSIC_SMIME  "
347 #else
348          "-CRYPT_BACKEND_CLASSIC_SMIME  "
349 #endif
350 #ifdef CRYPT_BACKEND_GPGME
351          "+CRYPT_BACKEND_GPGME  "
352 #else
353          "-CRYPT_BACKEND_GPGME  "
354 #endif
355 #ifdef BUFFY_SIZE
356          "+BUFFY_SIZE "
357 #else
358          "-BUFFY_SIZE "
359 #endif
360 #ifdef SUN_ATTACHMENT
361          "+SUN_ATTACHMENT  "
362 #else
363          "-SUN_ATTACHMENT  "
364 #endif
365          "\n"
366 #ifdef ENABLE_NLS
367          "+ENABLE_NLS  "
368 #else
369          "-ENABLE_NLS  "
370 #endif
371 #ifdef LOCALES_HACK
372          "+LOCALES_HACK  "
373 #else
374          "-LOCALES_HACK  "
375 #endif
376 #ifdef HAVE_WC_FUNCS
377          "+HAVE_WC_FUNCS  "
378 #else
379          "-HAVE_WC_FUNCS  "
380 #endif
381 #ifdef HAVE_LANGINFO_CODESET
382          "+HAVE_LANGINFO_CODESET  "
383 #else
384          "-HAVE_LANGINFO_CODESET  "
385 #endif
386 #ifdef HAVE_LANGINFO_YESEXPR
387          "+HAVE_LANGINFO_YESEXPR  "
388 #else
389          "-HAVE_LANGINFO_YESEXPR  "
390 #endif
391          "\n"
392 #if HAVE_ICONV
393          "+HAVE_ICONV  "
394 #else
395          "-HAVE_ICONV  "
396 #endif
397 #if ICONV_NONTRANS
398          "+ICONV_NONTRANS  "
399 #else
400          "-ICONV_NONTRANS  "
401 #endif
402 #if HAVE_LIBIDN
403          "+HAVE_LIBIDN  "
404 #else
405          "-HAVE_LIBIDN  "
406 #endif
407 #if HAVE_GETSID
408          "+HAVE_GETSID  "
409 #else
410          "-HAVE_GETSID  "
411 #endif
412 #if HAVE_GETADDRINFO
413          "+HAVE_GETADDRINFO  "
414 #else
415          "-HAVE_GETADDRINFO  "
416 #endif
417     );
418
419 #ifdef ISPELL
420   printf ("ISPELL=\"%s\"\n", ISPELL);
421 #else
422   puts ("-ISPELL");
423 #endif
424
425   printf ("SENDMAIL=\"%s\"\n", SENDMAIL);
426   printf ("MAILPATH=\"%s\"\n", MAILPATH);
427   printf ("PKGDATADIR=\"%s\"\n", PKGDATADIR);
428   printf ("SYSCONFDIR=\"%s\"\n", SYSCONFDIR);
429   printf ("EXECSHELL=\"%s\"\n", EXECSHELL);
430 #ifdef MIXMASTER
431   printf ("MIXMASTER=\"%s\"\n", MIXMASTER);
432 #else
433   puts ("-MIXMASTER");
434 #endif
435
436   puts (_(ReachingUs));
437
438   puts (_("Mutt-ng is based on the following patches written for mutt:\n"));
439   mutt_print_patchlist ();
440
441   exit (0);
442 }
443
444 static void start_curses (void)
445 {
446   km_init ();                   /* must come before mutt_init */
447
448 #ifdef USE_SLANG_CURSES
449   SLtt_Ignore_Beep = 1;         /* don't do that #*$@^! annoying visual beep! */
450   SLsmg_Display_Eight_Bit = 128;        /* characters above this are printable */
451   SLtt_set_color (0, NULL, "default", "default");
452 #else
453   /* should come before initscr() so that ncurses 4.2 doesn't try to install
454      its own SIGWINCH handler */
455   mutt_signal_init ();
456 #endif
457   if (initscr () == NULL) {
458     puts _("Error initializing terminal.");
459
460     exit (1);
461   }
462 #if 1                           /* USE_SLANG_CURSES  - commenting out suggested in #455. */
463   /* slang requires the signal handlers to be set after initializing */
464   mutt_signal_init ();
465 #endif
466   ci_start_color ();
467   keypad (stdscr, TRUE);
468   cbreak ();
469   noecho ();
470 #if HAVE_TYPEAHEAD
471   typeahead (-1);               /* simulate smooth scrolling */
472 #endif
473 #if HAVE_META
474   meta (stdscr, TRUE);
475 #endif
476 }
477
478 #define M_IGNORE  (1<<0)        /* -z */
479 #define M_BUFFY   (1<<1)        /* -Z */
480 #define M_NOSYSRC (1<<2)        /* -n */
481 #define M_RO      (1<<3)        /* -R */
482 #define M_SELECT  (1<<4)        /* -y */
483 #ifdef USE_NNTP
484 #define M_NEWS    (1<<5)        /* -g and -G */
485 #endif
486
487 int main (int argc, char **argv)
488 {
489   char folder[_POSIX_PATH_MAX] = "";
490   char *subject = NULL;
491   char *includeFile = NULL;
492   char *draftFile = NULL;
493   char *newMagic = NULL;
494   HEADER *msg = NULL;
495   LIST *attach = NULL;
496   LIST *commands = NULL;
497   LIST *queries = NULL;
498   LIST *alias_queries = NULL;
499   int sendflags = 0;
500   int flags = 0;
501   int version = 0;
502   int i;
503   int explicit_folder = 0;
504   extern char *optarg;
505   extern int optind;
506
507   /* sanity check against stupid administrators */
508
509   if (getegid () != getgid ()) {
510     fprintf (stderr, "%s: I don't want to run with privileges!\n", argv[0]);
511     exit (1);
512   }
513
514 #ifdef ENABLE_NLS
515   /* FIXME what about init.c:1439 ? */
516   setlocale (LC_ALL, "");
517   bindtextdomain (PACKAGE, MUTTLOCALEDIR);
518   textdomain (PACKAGE);
519 #endif
520
521   setlocale (LC_CTYPE, "");
522
523   mutt_error = mutt_nocurses_error;
524   mutt_message = mutt_nocurses_error;
525   SRAND (time (NULL));
526   umask (077);
527
528   memset (Options, 0, sizeof (Options));
529   memset (QuadOptions, 0, sizeof (QuadOptions));
530
531 #ifdef USE_NNTP
532   while ((i =
533           getopt (argc, argv,
534                   "A:a:b:F:f:c:d:e:g:GH:s:i:hm:npQ:RvxyzZ")) != EOF)
535 #else
536   while ((i =
537           getopt (argc, argv, "A:a:b:F:f:c:d:e:H:s:i:hm:npQ:RvxyzZ")) != EOF)
538 #endif
539     switch (i) {
540     case 'A':
541       alias_queries = mutt_add_list (alias_queries, optarg);
542       break;
543     case 'a':
544       if (strlen(optarg)<=512)
545         attach = mutt_add_list (attach, optarg);
546       else{
547         printf("too long arguments. exiting ...\n");
548         exit(1);
549       }
550       break;
551
552     case 'F':
553       str_replace (&Muttrc, optarg);
554       break;
555
556     case 'f':
557       strfcpy (folder, optarg, sizeof (folder));
558       explicit_folder = 1;
559       break;
560
561     case 'b':
562     case 'c':
563       if (!msg)
564         msg = mutt_new_header ();
565       if (!msg->env)
566         msg->env = mutt_new_envelope ();
567       if (i == 'b')
568         msg->env->bcc = rfc822_parse_adrlist (msg->env->bcc, optarg);
569       else
570         msg->env->cc = rfc822_parse_adrlist (msg->env->cc, optarg);
571       break;
572
573     case 'd':
574       debug_setlevel(atoi(optarg));
575 #ifdef DEBUG
576       printf (_("Debugging at level %d.\n"), atoi(optarg));
577 #else
578       printf _("DEBUG was not defined during compilation.  Ignored.\n");
579 #endif
580       break;
581
582     case 'e':
583       commands = mutt_add_list (commands, optarg);
584       break;
585
586     case 'H':
587       draftFile = optarg;
588       break;
589
590     case 'i':
591       includeFile = optarg;
592       break;
593
594     case 'm':
595       /* should take precedence over .muttrc setting, so save it for later */
596       newMagic = optarg;
597       break;
598
599     case 'n':
600       flags |= M_NOSYSRC;
601       break;
602
603     case 'p':
604       sendflags |= SENDPOSTPONED;
605       break;
606
607     case 'Q':
608       queries = mutt_add_list (queries, optarg);
609       break;
610
611     case 'R':
612       flags |= M_RO;            /* read-only mode */
613       break;
614
615     case 's':
616       subject = optarg;
617       break;
618
619     case 'v':
620       version++;
621       break;
622
623     case 'x':                  /* mailx compatible send mode */
624       sendflags |= SENDMAILX;
625       break;
626
627     case 'y':                  /* My special hack mode */
628       flags |= M_SELECT;
629       break;
630
631 #ifdef USE_NNTP
632     case 'g':                  /* Specify a newsserver */
633       {
634         char buf[LONG_STRING];
635
636         snprintf (buf, sizeof (buf), "set news_server=%s", optarg);
637         commands = mutt_add_list (commands, buf);
638       }
639
640     case 'G':                  /* List of newsgroups */
641       flags |= M_SELECT | M_NEWS;
642       break;
643 #endif
644
645     case 'z':
646       flags |= M_IGNORE;
647       break;
648
649     case 'Z':
650       flags |= M_BUFFY | M_IGNORE;
651       break;
652
653     default:
654       mutt_usage ();
655     }
656
657   switch (version) {
658   case 0:
659     break;
660   case 1:
661     show_version ();
662     break;
663   default:
664     puts (mutt_make_version ());
665     puts (_(Copyright));
666     puts (_(ReachingUs));
667     exit (0);
668   }
669
670   /* Check for a batch send. */
671   if (!isatty (0) || queries || alias_queries) {
672     set_option (OPTNOCURSES);
673     sendflags = SENDBATCH;
674   }
675
676   /* This must come before mutt_init() because curses needs to be started
677      before calling the init_pair() function to set the color scheme.  */
678   if (!option (OPTNOCURSES))
679     start_curses ();
680
681   /* set defaults and read init files */
682   mx_init ();
683   mutt_init (flags & M_NOSYSRC, commands);
684   mutt_free_list (&commands);
685
686   /* Initialize crypto */
687   crypt_init ();
688
689   if (queries)
690     return mutt_query_variables (queries);
691
692   if (alias_queries) {
693     int rv = 0;
694     ADDRESS *a;
695
696     for (; alias_queries; alias_queries = alias_queries->next) {
697       if ((a = mutt_lookup_alias (alias_queries->data))) {
698         /* output in machine-readable form */
699         mutt_addrlist_to_idna (a, NULL);
700         mutt_write_address_list (a, stdout, 0, 0);
701       }
702       else {
703         rv = 1;
704         printf ("%s\n", alias_queries->data);
705       }
706     }
707     return rv;
708   }
709
710   if (newMagic)
711     mx_set_magic (newMagic);
712
713   if (!option (OPTNOCURSES)) {
714     SETCOLOR (MT_COLOR_NORMAL);
715     clear ();
716     mutt_error = mutt_curses_error;
717     mutt_message = mutt_curses_message;
718   }
719
720   /* Create the Maildir directory if it doesn't exist. */
721   if (!option (OPTNOCURSES) && Maildir) {
722     struct stat sb;
723     char fpath[_POSIX_PATH_MAX];
724     char msg[STRING];
725
726     strfcpy (fpath, Maildir, sizeof (fpath));
727     mutt_expand_path (fpath, sizeof (fpath));
728 #ifdef USE_IMAP
729     /* we're not connected yet - skip mail folder creation */
730     if (mx_get_magic (fpath) != M_IMAP)
731 #endif
732       if (stat (fpath, &sb) == -1 && errno == ENOENT) {
733         snprintf (msg, sizeof (msg), _("%s does not exist. Create it?"),
734                   Maildir);
735         if (mutt_yesorno (msg, M_YES) == M_YES) {
736           if (mkdir (fpath, 0700) == -1 && errno != EEXIST)
737             mutt_error (_("Can't create %s: %s."), Maildir, strerror (errno));
738         }
739       }
740   }
741
742   if (sendflags & SENDPOSTPONED) {
743     if (!option (OPTNOCURSES))
744       mutt_flushinp ();
745     ci_send_message (SENDPOSTPONED, NULL, NULL, NULL, NULL);
746     mutt_endwin (NULL);
747   }
748   else if (subject || msg || sendflags || draftFile || includeFile || attach
749            || optind < argc) {
750     FILE *fin = NULL;
751     char buf[LONG_STRING];
752     char *tempfile = NULL, *infile = NULL;
753     char *bodytext = NULL;
754
755     if (!option (OPTNOCURSES))
756       mutt_flushinp ();
757
758     if (!msg)
759       msg = mutt_new_header ();
760
761     if (draftFile)
762       infile = draftFile;
763     else {
764       if (!msg->env)
765         msg->env = mutt_new_envelope ();
766
767       for (i = optind; i < argc; i++) {
768         if (url_check_scheme (argv[i]) == U_MAILTO)
769           url_parse_mailto (msg->env, &bodytext, argv[i]);
770         else
771           msg->env->to = rfc822_parse_adrlist (msg->env->to, argv[i]);
772       }
773
774       if (option (OPTAUTOEDIT) && !msg->env->to && !msg->env->cc) {
775         if (!option (OPTNOCURSES))
776           mutt_endwin (NULL);
777         fputs (_("No recipients specified.\n"), stderr);
778         exit (1);
779       }
780
781       if (subject)
782         msg->env->subject = safe_strdup (subject);
783
784       if (includeFile)
785         infile = includeFile;
786     }
787
788     if (infile || bodytext) {
789       if (infile) {
790         if (safe_strcmp ("-", infile) == 0)
791           fin = stdin;
792         else {
793           char path[_POSIX_PATH_MAX];
794
795           strfcpy (path, infile, sizeof (path));
796           mutt_expand_path (path, sizeof (path));
797           if ((fin = fopen (path, "r")) == NULL) {
798             if (!option (OPTNOCURSES))
799               mutt_endwin (NULL);
800             perror (path);
801             exit (1);
802           }
803         }
804       }
805       else
806         fin = NULL;
807
808       mutt_mktemp (buf);
809       tempfile = safe_strdup (buf);
810
811       if (draftFile)
812         msg->env = mutt_read_rfc822_header (fin, NULL, 1, 0);
813
814       /* is the following if still needed? */
815
816       if (tempfile) {
817         FILE *fout;
818
819         if ((fout = safe_fopen (tempfile, "w")) == NULL) {
820           if (!option (OPTNOCURSES))
821             mutt_endwin (NULL);
822           perror (tempfile);
823           fclose (fin);
824           FREE (&tempfile);
825           exit (1);
826         }
827         if (fin)
828           mutt_copy_stream (fin, fout);
829         else if (bodytext)
830           fputs (bodytext, fout);
831         fclose (fout);
832         if (fin && fin != stdin)
833           fclose (fin);
834       }
835     }
836
837     FREE (&bodytext);
838
839     if (attach) {
840       LIST *t = attach;
841       BODY *a = NULL;
842
843       while (t) {
844         if (a) {
845           a->next = mutt_make_file_attach (t->data);
846           a = a->next;
847         }
848         else
849           msg->content = a = mutt_make_file_attach (t->data);
850         if (!a) {
851           if (!option (OPTNOCURSES))
852             mutt_endwin (NULL);
853           fprintf (stderr, _("%s: unable to attach file.\n"), t->data);
854           mutt_free_list (&attach);
855           exit (1);
856         }
857         t = t->next;
858       }
859       mutt_free_list (&attach);
860     }
861
862     ci_send_message (sendflags, msg, tempfile, NULL, NULL);
863
864     if (!option (OPTNOCURSES))
865       mutt_endwin (NULL);
866   }
867   else {
868     if (flags & M_BUFFY) {
869       if (!buffy_check (0)) {
870         mutt_endwin _("No mailbox with new mail.");
871
872         exit (1);
873       }
874       folder[0] = 0;
875       buffy_next (folder, sizeof (folder));
876     }
877     else if (flags & M_SELECT) {
878 #ifdef USE_NNTP
879       if (flags & M_NEWS) {
880         set_option (OPTNEWS);
881         if (!(CurrentNewsSrv = mutt_select_newsserver (NewsServer))) {
882           mutt_endwin (Errorbuf);
883           exit (1);
884         }
885       }
886       else
887 #endif
888       if (!Incoming) {
889         mutt_endwin _("No incoming mailboxes defined.");
890
891         exit (1);
892       }
893       folder[0] = 0;
894       mutt_select_file (folder, sizeof (folder), M_SEL_FOLDER | M_SEL_BUFFY);
895       if (!folder[0]) {
896         mutt_endwin (NULL);
897         exit (0);
898       }
899     }
900
901     if (!folder[0])
902       strfcpy (folder, NONULL (Spoolfile), sizeof (folder));
903
904 #ifdef USE_NNTP
905     if (option (OPTNEWS)) {
906       unset_option (OPTNEWS);
907       nntp_expand_path (folder, sizeof (folder),
908                         &CurrentNewsSrv->conn->account);
909     }
910     else
911 #endif
912       mutt_expand_path (folder, sizeof (folder));
913
914     str_replace (&CurrentFolder, folder);
915     str_replace (&LastFolder, folder);
916
917     if (flags & M_IGNORE) {
918       /* check to see if there are any messages in the folder */
919       switch (mx_check_empty (folder)) {
920       case -1:
921         mutt_endwin (strerror (errno));
922         exit (1);
923       case 1:
924         mutt_endwin _("Mailbox is empty.");
925         exit (1);
926       }
927     }
928
929     mutt_folder_hook (folder);
930
931     if ((Context = mx_open_mailbox (folder, ((flags & M_RO)
932                                              || option (OPTREADONLY)) ?
933                                     M_READONLY : 0, NULL))
934         || !explicit_folder) {
935       mutt_index_menu ();
936       if (Context)
937         FREE (&Context);
938     }
939     mutt_endwin (Errorbuf);
940   }
941
942   exit (0);
943 }