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