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