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