always build imap as well.
[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_NNTP
305          "+USE_NNTP  "
306 #else
307          "-USE_NNTP  "
308 #endif
309 #ifdef USE_GSS
310          "+USE_GSS  "
311 #else
312          "-USE_GSS  "
313 #endif
314 #ifdef USE_SSL
315          "+USE_SSL  "
316 #else
317          "-USE_SSL  "
318 #endif
319 #ifdef USE_GNUTLS
320          "+USE_GNUTLS  "
321 #else
322          "-USE_GNUTLS  "
323 #endif
324 #ifdef USE_SASL
325          "+USE_SASL  "
326 #else
327          "-USE_SASL  "
328 #endif
329 #ifdef USE_LIBESMTP
330          "+USE_LIBESMTP  "
331 #else
332          "-USE_LIBESMTP  "
333 #endif
334          "\n  "
335 #ifdef HAVE_REGCOMP
336          "+HAVE_REGCOMP  "
337 #else
338          "-HAVE_REGCOMP  "
339 #endif
340 #ifdef USE_GNU_REGEX
341          "+USE_GNU_REGEX  "
342 #else
343          "-USE_GNU_REGEX  "
344 #endif
345          "\n  "
346 #ifdef HAVE_COLOR
347          "+HAVE_COLOR  "
348 #else
349          "-HAVE_COLOR  "
350 #endif
351 #ifdef HAVE_START_COLOR
352          "+HAVE_START_COLOR  "
353 #else
354          "-HAVE_START_COLOR  "
355 #endif
356 #ifdef HAVE_TYPEAHEAD
357          "+HAVE_TYPEAHEAD  "
358 #else
359          "-HAVE_TYPEAHEAD  "
360 #endif
361 #ifdef HAVE_BKGDSET
362          "+HAVE_BKGDSET  "
363 #else
364          "-HAVE_BKGDSET  "
365 #endif
366          "\n  "
367 #ifdef HAVE_CURS_SET
368          "+HAVE_CURS_SET  "
369 #else
370          "-HAVE_CURS_SET  "
371 #endif
372 #ifdef HAVE_META
373          "+HAVE_META  "
374 #else
375          "-HAVE_META  "
376 #endif
377 #ifdef HAVE_RESIZETERM
378          "+HAVE_RESIZETERM  "
379 #else
380          "-HAVE_RESIZETERM  "
381 #endif
382     );
383
384   puts (
385 #ifdef CRYPT_BACKEND_GPGME
386          "+CRYPT_BACKEND_GPGME  "
387 #else
388          "-CRYPT_BACKEND_GPGME  "
389 #endif
390 #ifdef BUFFY_SIZE
391          "+BUFFY_SIZE "
392 #else
393          "-BUFFY_SIZE "
394 #endif
395          "\n  "
396 #ifdef ENABLE_NLS
397          "+ENABLE_NLS  "
398 #else
399          "-ENABLE_NLS  "
400 #endif
401 #ifdef HAVE_WC_FUNCS
402          "+HAVE_WC_FUNCS  "
403 #else
404          "-HAVE_WC_FUNCS  "
405 #endif
406 #ifdef HAVE_LANGINFO_CODESET
407          "+HAVE_LANGINFO_CODESET  "
408 #else
409          "-HAVE_LANGINFO_CODESET  "
410 #endif
411 #ifdef HAVE_LANGINFO_YESEXPR
412          "+HAVE_LANGINFO_YESEXPR  "
413 #else
414          "-HAVE_LANGINFO_YESEXPR  "
415 #endif
416          "\n  "
417 #if HAVE_ICONV
418          "+HAVE_ICONV  "
419 #else
420          "-HAVE_ICONV  "
421 #endif
422 #if ICONV_NONTRANS
423          "+ICONV_NONTRANS  "
424 #else
425          "-ICONV_NONTRANS  "
426 #endif
427 #if HAVE_LIBIDN
428          "+HAVE_LIBIDN  "
429 #else
430          "-HAVE_LIBIDN  "
431 #endif
432 #if HAVE_GETSID
433          "+HAVE_GETSID  "
434 #else
435          "-HAVE_GETSID  "
436 #endif
437 #if HAVE_GETADDRINFO
438          "+HAVE_GETADDRINFO  "
439 #else
440          "-HAVE_GETADDRINFO  "
441 #endif
442     );
443
444   puts (_("Built-In Defaults:"));
445
446 #ifdef ISPELL
447   printf ("  +ISPELL=\"%s\"\n", ISPELL);
448 #else
449   puts ("  -ISPELL");
450 #endif
451
452   printf ("  +SENDMAIL=\"%s\"\n", SENDMAIL);
453   printf ("  +MAILPATH=\"%s\"\n", MAILPATH);
454   printf ("  +PKGDATADIR=\"%s\"\n", PKGDATADIR);
455   printf ("  +PKGDOCDIR=\"%s\"\n", PKGDOCDIR);
456   printf ("  +SYSCONFDIR=\"%s\"\n", SYSCONFDIR);
457 #ifdef MIXMASTER
458   printf ("  +MIXMASTER=\"%s\"\n\n", MIXMASTER);
459 #else
460   puts ("  -MIXMASTER\n");
461 #endif
462
463   puts (_(ReachingUs));
464
465   puts (_("MadMutt is based on Mutt-ng wich was based on Mutt before\n"));
466
467   exit (0);
468 }
469
470 static void start_curses (void)
471 {
472   km_init ();                   /* must come before mutt_init */
473
474 #ifdef USE_SLANG_CURSES
475   SLtt_Ignore_Beep = 1;         /* don't do that #*$@^! annoying visual beep! */
476   SLsmg_Display_Eight_Bit = 128;        /* characters above this are printable */
477   SLtt_set_color (0, NULL, "default", "default");
478 #else
479   /* should come before initscr() so that ncurses 4.2 doesn't try to install
480      its own SIGWINCH handler */
481   mutt_signal_init ();
482 #endif
483   if (initscr () == NULL) {
484     puts _("Error initializing terminal.");
485
486     exit (1);
487   }
488 #if 1                           /* USE_SLANG_CURSES  - commenting out suggested in #455. */
489   /* slang requires the signal handlers to be set after initializing */
490   mutt_signal_init ();
491 #endif
492   ci_start_color ();
493   keypad (stdscr, TRUE);
494   cbreak ();
495   noecho ();
496 #if HAVE_TYPEAHEAD
497   typeahead (-1);               /* simulate smooth scrolling */
498 #endif
499 #if HAVE_META
500   meta (stdscr, TRUE);
501 #endif
502 }
503
504 #define M_IGNORE  (1<<0)        /* -z */
505 #define M_BUFFY   (1<<1)        /* -Z */
506 #define M_NOSYSRC (1<<2)        /* -n */
507 #define M_RO      (1<<3)        /* -R */
508 #define M_SELECT  (1<<4)        /* -y */
509 #ifdef USE_NNTP
510 #define M_NEWS    (1<<5)        /* -g and -G */
511 #endif
512
513 int main (int argc, char **argv)
514 {
515   char folder[_POSIX_PATH_MAX] = "";
516   char *subject = NULL;
517   char *includeFile = NULL;
518   char *draftFile = NULL;
519   char *newMagic = NULL;
520   HEADER *msg = NULL;
521   LIST *attach = NULL;
522   LIST *commands = NULL;
523   LIST *queries = NULL;
524   LIST *alias_queries = NULL;
525   int sendflags = 0;
526   int flags = 0;
527   int version = 0;
528   int i;
529   int explicit_folder = 0;
530   int dump_variables = -1;
531
532   /* initialize random number for tmp file creation */ 
533   srand ((unsigned int) time (NULL));
534   
535   /* sanity check against stupid administrators */
536   
537   if (getegid () != getgid ()) {
538     fprintf (stderr, "%s: I don't want to run with privileges!\n", argv[0]);
539     exit (1);
540   }
541
542 #ifdef ENABLE_NLS
543   /* FIXME what about init.c:1439 ? */
544   setlocale (LC_ALL, "");
545   bindtextdomain (PACKAGE, MUTTLOCALEDIR);
546   textdomain (PACKAGE);
547 #endif
548
549   setlocale (LC_CTYPE, "");
550
551   mutt_error = mutt_nocurses_error;
552   mutt_message = mutt_nocurses_error;
553   SRAND (time (NULL));
554   umask (077);
555
556   p_clear(Options, sizeof(Options));
557   p_clear(QuadOptions, sizeof(QuadOptions));
558
559 #ifdef USE_NNTP
560   while ((i =
561           getopt (argc, argv,
562                   "A:a:b:F:f:c:d:e:g:GH:s:i:hm:npQ:RTtvxyzZ")) != EOF)
563 #else
564   while ((i =
565           getopt (argc, argv, "A:a:b:F:f:c:d:e:H:s:i:hm:npQ:RTtvxyzZ")) != EOF)
566 #endif
567     switch (i) {
568     case 'A':
569       alias_queries = mutt_add_list (alias_queries, optarg);
570       break;
571     case 'a':
572       if (strlen(optarg)<=512)
573         attach = mutt_add_list (attach, optarg);
574       else{
575         printf("too long arguments. exiting ...\n");
576         exit(1);
577       }
578       break;
579
580     case 'F':
581       m_strreplace(&Muttrc, optarg);
582       break;
583
584     case 'f':
585       m_strcpy(folder, sizeof(folder), optarg);
586       explicit_folder = 1;
587       break;
588
589     case 'b':
590     case 'c':
591       if (!msg)
592         msg = mutt_new_header ();
593       if (!msg->env)
594         msg->env = mutt_new_envelope ();
595       if (i == 'b')
596         msg->env->bcc = rfc822_parse_adrlist (msg->env->bcc, optarg);
597       else
598         msg->env->cc = rfc822_parse_adrlist (msg->env->cc, optarg);
599       break;
600
601     case 'd':
602       {
603         char buf[LONG_STRING];
604         int level = atoi (optarg);
605
606         snprintf (buf, sizeof (buf), "set debug_level=%d", level);
607         commands = mutt_add_list (commands, buf);
608         debug_setlevel (level);
609       }
610       break;
611
612     case 't':
613       dump_variables = 2;
614       break;
615
616     case 'T':
617       dump_variables = 1;
618       break;
619
620     case 'e':
621       commands = mutt_add_list (commands, optarg);
622       break;
623
624     case 'H':
625       draftFile = optarg;
626       break;
627
628     case 'i':
629       includeFile = optarg;
630       break;
631
632     case 'm':
633       /* should take precedence over .muttrc setting, so save it for later */
634       newMagic = optarg;
635       break;
636
637     case 'n':
638       flags |= M_NOSYSRC;
639       break;
640
641     case 'p':
642       sendflags |= SENDPOSTPONED;
643       break;
644
645     case 'Q':
646       queries = mutt_add_list (queries, optarg);
647       break;
648
649     case 'R':
650       flags |= M_RO;            /* read-only mode */
651       break;
652
653     case 's':
654       subject = optarg;
655       break;
656
657     case 'v':
658       version++;
659       break;
660
661     case 'x':                  /* mailx compatible send mode */
662       sendflags |= SENDMAILX;
663       break;
664
665     case 'y':                  /* My special hack mode */
666       flags |= M_SELECT;
667       break;
668
669 #ifdef USE_NNTP
670     case 'g':                  /* Specify a newsserver */
671       {
672         char buf[LONG_STRING];
673
674         snprintf (buf, sizeof (buf), "set nntp_host=%s", optarg);
675         commands = mutt_add_list (commands, buf);
676       }
677
678     case 'G':                  /* List of newsgroups */
679       flags |= M_SELECT | M_NEWS;
680       break;
681 #endif
682
683     case 'z':
684       flags |= M_IGNORE;
685       break;
686
687     case 'Z':
688       flags |= M_BUFFY | M_IGNORE;
689       break;
690
691     default:
692       mutt_usage ();
693     }
694
695   switch (version) {
696   case 0:
697     break;
698   case 1:
699     show_version ();
700     break;
701   default:
702     puts (mutt_make_version (1));
703     puts (_(Copyright_Mutt));
704     puts (_(Copyright_Mutt_NG));
705     puts (_(Copyright_GPL_1));
706     puts (_(Copyright_GPL_2));
707     puts (_(Copyright_GPL_3));
708     puts (_(ReachingUs));
709     exit (0);
710   }
711
712   /* Check for a batch send. */
713   if (!isatty (0) || queries || alias_queries || dump_variables > 0) {
714     set_option (OPTNOCURSES);
715     sendflags = SENDBATCH;
716   }
717
718   /* This must come before mutt_init() because curses needs to be started
719      before calling the init_pair() function to set the color scheme.  */
720   if (!option (OPTNOCURSES))
721     start_curses ();
722
723   /* set defaults and read init files */
724   mx_init ();
725   mutt_init (flags & M_NOSYSRC, commands);
726   mutt_free_list (&commands);
727
728   /* Initialize crypto */
729   crypt_init ();
730
731   if (queries)
732     return mutt_query_variables (queries);
733   if (dump_variables > 0)
734     return (mutt_dump_variables (dump_variables-1));
735
736   if (alias_queries) {
737     int rv = 0;
738     address_t *a;
739
740     for (; alias_queries; alias_queries = alias_queries->next) {
741       if ((a = mutt_lookup_alias (alias_queries->data))) {
742         /* output in machine-readable form */
743         mutt_addrlist_to_idna (a, NULL);
744         mutt_write_address_list (a, stdout, 0, 0);
745       }
746       else {
747         rv = 1;
748         printf ("%s\n", alias_queries->data);
749       }
750     }
751     return rv;
752   }
753
754   if (newMagic)
755     mx_set_magic (newMagic);
756
757   if (!option (OPTNOCURSES)) {
758     SETCOLOR (MT_COLOR_NORMAL);
759     clear ();
760     mutt_error = mutt_curses_error;
761     mutt_message = mutt_curses_message;
762   }
763
764   /* Create the Maildir directory if it doesn't exist. */
765   if (!option (OPTNOCURSES) && Maildir) {
766     struct stat sb;
767     char fpath[_POSIX_PATH_MAX];
768     char msg[STRING];
769
770     m_strcpy(fpath, sizeof(fpath), Maildir);
771     mutt_expand_path (fpath, sizeof (fpath));
772     /* we're not connected yet - skip mail folder creation */
773     if (mx_get_magic (fpath) != M_IMAP)
774       if (stat (fpath, &sb) == -1 && errno == ENOENT) {
775         snprintf (msg, sizeof (msg), _("%s does not exist. Create it?"),
776                   Maildir);
777         if (mutt_yesorno (msg, M_YES) == M_YES) {
778           if (mkdir (fpath, 0700) == -1 && errno != EEXIST)
779             mutt_error (_("Can't create %s: %s."), Maildir, strerror (errno));
780         }
781       }
782   }
783
784   if (sendflags & SENDPOSTPONED) {
785     if (!option (OPTNOCURSES))
786       mutt_flushinp ();
787     ci_send_message (SENDPOSTPONED, NULL, NULL, NULL, NULL);
788     mutt_endwin (NULL);
789   }
790   else if (subject || msg || sendflags || draftFile || includeFile || attach
791            || optind < argc) {
792     FILE *fin = NULL;
793     char buf[LONG_STRING];
794     char *tempfile = NULL, *infile = NULL;
795     char *bodytext = NULL;
796
797     if (!option (OPTNOCURSES))
798       mutt_flushinp ();
799
800     if (!msg)
801       msg = mutt_new_header ();
802
803     if (draftFile)
804       infile = draftFile;
805     else {
806       if (!msg->env)
807         msg->env = mutt_new_envelope ();
808
809       for (i = optind; i < argc; i++) {
810         if (url_check_scheme (argv[i]) == U_MAILTO)
811           url_parse_mailto (msg->env, &bodytext, argv[i]);
812         else
813           msg->env->to = rfc822_parse_adrlist (msg->env->to, argv[i]);
814       }
815
816       if (option (OPTAUTOEDIT) && !msg->env->to && !msg->env->cc) {
817         if (!option (OPTNOCURSES))
818           mutt_endwin (NULL);
819         fputs (_("No recipients specified.\n"), stderr);
820         exit (1);
821       }
822
823       if (subject)
824         msg->env->subject = m_strdup(subject);
825
826       if (includeFile)
827         infile = includeFile;
828     }
829
830     if (infile || bodytext) {
831       if (infile) {
832         if (m_strcmp("-", infile) == 0)
833           fin = stdin;
834         else {
835           char path[_POSIX_PATH_MAX];
836
837           m_strcpy(path, sizeof(path), infile);
838           mutt_expand_path (path, sizeof (path));
839           if ((fin = fopen (path, "r")) == NULL) {
840             if (!option (OPTNOCURSES))
841               mutt_endwin (NULL);
842             perror (path);
843             exit (1);
844           }
845         }
846       }
847       else
848         fin = NULL;
849
850       mutt_mktemp (buf);
851       tempfile = m_strdup(buf);
852
853       if (draftFile)
854         msg->env = mutt_read_rfc822_header (fin, NULL, 1, 0);
855
856       /* is the following if still needed? */
857
858       if (tempfile) {
859         FILE *fout;
860
861         if ((fout = safe_fopen (tempfile, "w")) == NULL) {
862           if (!option (OPTNOCURSES))
863             mutt_endwin (NULL);
864           perror (tempfile);
865           fclose (fin);
866           p_delete(&tempfile);
867           exit (1);
868         }
869         if (fin)
870           mutt_copy_stream (fin, fout);
871         else if (bodytext)
872           fputs (bodytext, fout);
873         fclose (fout);
874         if (fin && fin != stdin)
875           fclose (fin);
876       }
877     }
878
879     p_delete(&bodytext);
880
881     if (attach) {
882       LIST *t = attach;
883       BODY *a = NULL;
884
885       while (t) {
886         if (a) {
887           a->next = mutt_make_file_attach (t->data);
888           a = a->next;
889         }
890         else
891           msg->content = a = mutt_make_file_attach (t->data);
892         if (!a) {
893           if (!option (OPTNOCURSES))
894             mutt_endwin (NULL);
895           fprintf (stderr, _("%s: unable to attach file.\n"), t->data);
896           mutt_free_list (&attach);
897           exit (1);
898         }
899         t = t->next;
900       }
901       mutt_free_list (&attach);
902     }
903
904     ci_send_message (sendflags, msg, tempfile, NULL, NULL);
905
906     if (!option (OPTNOCURSES))
907       mutt_endwin (NULL);
908   }
909   else {
910     if (flags & M_BUFFY) {
911       if (!buffy_check (0)) {
912         mutt_endwin _("No mailbox with new mail.");
913
914         exit (1);
915       }
916       folder[0] = 0;
917       buffy_next (folder, sizeof (folder));
918     }
919     else if (flags & M_SELECT) {
920 #ifdef USE_NNTP
921       if (flags & M_NEWS) {
922         set_option (OPTNEWS);
923         if (!(CurrentNewsSrv = mutt_select_newsserver (NewsServer))) {
924           mutt_endwin (Errorbuf);
925           exit (1);
926         }
927       }
928       else
929 #endif
930       if (!Incoming) {
931         mutt_endwin _("No incoming mailboxes defined.");
932
933         exit (1);
934       }
935       folder[0] = 0;
936       mutt_select_file (folder, sizeof (folder), M_SEL_FOLDER | M_SEL_BUFFY);
937       if (!folder[0]) {
938         mutt_endwin (NULL);
939         exit (0);
940       }
941     }
942
943     if (!folder[0])
944       m_strcpy(folder, sizeof(folder), NONULL(Spoolfile));
945
946 #ifdef USE_NNTP
947     if (option (OPTNEWS)) {
948       unset_option (OPTNEWS);
949       nntp_expand_path (folder, sizeof (folder),
950                         &CurrentNewsSrv->conn->account);
951     }
952     else
953 #endif
954       mutt_expand_path (folder, sizeof (folder));
955
956     m_strreplace(&CurrentFolder, folder);
957     m_strreplace(&LastFolder, folder);
958
959     if (flags & M_IGNORE) {
960       /* check to see if there are any messages in the folder */
961       switch (mx_check_empty (folder)) {
962       case -1:
963         mutt_endwin (strerror (errno));
964         exit (1);
965       case 1:
966         mutt_endwin _("Mailbox is empty.");
967         exit (1);
968       }
969     }
970
971     mutt_folder_hook (folder);
972
973     if ((Context = mx_open_mailbox (folder, ((flags & M_RO)
974                                              || option (OPTREADONLY)) ?
975                                     M_READONLY : 0, NULL))
976         || !explicit_folder) {
977       mutt_index_menu ();
978       if (option (OPTXTERMSETTITLES))
979         mutt_xterm_set_title (NONULL (XtermLeave));
980       if (Context)
981         p_delete(&Context);
982     }
983     mutt_endwin (Errorbuf);
984   }
985
986   exit (0);
987 }