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