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