···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_curses.h"
2125#include "mutt_menu.h"
+4
buffy.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "buffy.h"
2125#include "mailbox.h"
+3
charset.c
···1919 * Boston, MA 02111, USA.
2020 */
21212222+#if HAVE_CONFIG_H
2323+# include "config.h"
2424+#endif
22252326#include <string.h>
2427#include <stdio.h>
+4
color.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_curses.h"
2125#include "mapping.h"
+4
commands.c
···1717 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1818 */
19192020+#if HAVE_CONFIG_H
2121+# include "config.h"
2222+#endif
2323+2024#include "mutt.h"
2125#include "mutt_curses.h"
2226#include "mutt_menu.h"
+4
complete.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#ifdef USE_IMAP
2125#include "mailbox.h"
+4
compose.c
···1717 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1818 */
19192020+#if HAVE_CONFIG_H
2121+# include "config.h"
2222+#endif
2323+2024#include "mutt.h"
2125#include "mutt_curses.h"
2226#include "mutt_idna.h"
+4
copy.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mailbox.h"
2125#include "mx.h"
+3-1
crypt-gpgme.c
···2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
2121 */
22222323-#include <config.h>
2323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
24262527#ifdef CRYPT_BACKEND_GPGME
2628
+4
crypt-mod-pgp-classic.c
···2020 This is a crytpo module wrapping the classic pgp code.
2121 */
22222323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
2626+2327#include "crypt-mod.h"
2428#include "pgp.h"
2529
+3-1
crypt-mod-pgp-gpgme.c
···2020 This is a crytpo module wrapping the gpgme based pgp code.
2121 */
22222323-#include <config.h>
2323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
24262527#ifdef CRYPT_BACKEND_GPGME
2628
+4
crypt-mod-smime-classic.c
···2020 This is a crytpo module wrapping the classic smime code.
2121 */
22222323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
2626+2327#include "crypt-mod.h"
2428#include "smime.h"
2529
+3-1
crypt-mod-smime-gpgme.c
···2020 This is a crytpo module wrapping the gpgme based smime code.
2121 */
22222323-#include <config.h>
2323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
24262527#ifdef CRYPT_BACKEND_GPGME
2628
+4
crypt-mod.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "crypt-mod.h"
20242125/* A type an a variable to keep track of registered crypto modules. */
+3
crypt.c
···2121 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
2222 */
23232424+#if HAVE_CONFIG_H
2525+# include "config.h"
2626+#endif
24272528#include "mutt.h"
2629#include "mutt_curses.h"
+4
cryptglue.c
···2828 contained in this file and the functions implemented by the crypto
2929 modules. */
30303131+#if HAVE_CONFIG_H
3232+# include "config.h"
3333+#endif
3434+3135#include "mutt.h"
3236#include "mutt_crypt.h"
3337
+4
curs_lib.c
···1717 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1818 */
19192020+#if HAVE_CONFIG_H
2121+# include "config.h"
2222+#endif
2323+2024#include "mutt.h"
2125#include "mutt_menu.h"
2226#include "mutt_curses.h"
+4
curs_main.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_curses.h"
2125#include "mutt_menu.h"
+4
date.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include <string.h>
2125
···18181919/* Close approximation of the mailx(1) builtin editor for sending mail. */
20202121+#if HAVE_CONFIG_H
2222+# include "config.h"
2323+#endif
2424+2125#include "mutt.h"
2226#include "mutt_curses.h"
2327#include "mutt_idna.h"
···19192020/* Mutt browser support routines */
21212222-#ifdef HAVE_CONFIG_H
2222+#if HAVE_CONFIG_H
2323# include "config.h"
2424#endif
2525
+1-1
imap/command.c
···2121/* command.c: routines for sending commands to an IMAP server and parsing
2222 * responses */
23232424-#ifdef HAVE_CONFIG_H
2424+#if HAVE_CONFIG_H
2525# include "config.h"
2626#endif
2727
+1-1
imap/imap.c
···20202121/* Support for IMAP4rev1, with the occasional nod to IMAP 4. */
22222323-#ifdef HAVE_CONFIG_H
2323+#if HAVE_CONFIG_H
2424# include "config.h"
2525#endif
2626
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919-#ifdef HAVE_CONFIG_H
1919+#if HAVE_CONFIG_H
2020# include "config.h"
2121#endif
2222
+4
init.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mapping.h"
2125#include "mutt_curses.h"
+4
keymap.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_menu.h"
2125#include "mutt_curses.h"
+4
lib.c
···2626 * some of our "standard" functions in external programs, too.
2727 */
28282929+#if HAVE_CONFIG_H
3030+# include "config.h"
3131+#endif
3232+2933#include <string.h>
3034#include <ctype.h>
3135#include <unistd.h>
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919-#include "config.h"
1919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+2023#include "mutt.h"
2124#include "charset.h"
2225#include "mutt_idna.h"
+4
mutt_sasl.c
···18181919/* common SASL helper routines */
20202121+#if HAVE_CONFIG_H
2222+# include "config.h"
2323+#endif
2424+2125#include "mutt.h"
2226#include "account.h"
2327#include "mutt_sasl.h"
+4
mutt_socket.c
···1818 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1919 */
20202121+#if HAVE_CONFIG_H
2222+# include "config.h"
2323+#endif
2424+2125#include "mutt.h"
2226#include "globals.h"
2327#include "mutt_socket.h"
+3-2
mutt_ssl.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919-/* for SSL NO_* defines */
2020-#include "config.h"
1919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
21222223#include <openssl/ssl.h>
2324#include <openssl/x509.h>
+4
mutt_ssl_gnutls.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include <gnutls/gnutls.h>
2024#include <gnutls/x509.h>
2125
+4
mutt_ssl_nss.c
···1515 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1616 */
17171818+#if HAVE_CONFIG_H
1919+# include "config.h"
2020+#endif
2121+1822#include <prinit.h>
1923#include <pk11func.h>
2024#include <prtypes.h>
+4
mutt_tunnel.c
···1717 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1818 */
19192020+#if HAVE_CONFIG_H
2121+# include "config.h"
2222+#endif
2323+2024#include "mutt.h"
2125#include "mutt_socket.h"
2226#include "mutt_tunnel.h"
+4
muttlib.c
···1717 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1818 */
19192020+#if HAVE_CONFIG_H
2121+# include "config.h"
2222+#endif
2323+2024#include "mutt.h"
2125#include "mutt_curses.h"
2226#include "mime.h"
+4
mx.c
···1717 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1818 */
19192020+#if HAVE_CONFIG_H
2121+# include "config.h"
2222+#endif
2323+2024#include "mutt.h"
2125#include "mx.h"
2226#include "rfc2047.h"
+4
pager.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_curses.h"
2125#include "mutt_regex.h"
+4
parse.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_regex.h"
2125#include "mailbox.h"
+4
pattern.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mapping.h"
2125#include "keymap.h"
+4
pgp.c
···2626 * a message.
2727 */
28282929+#if HAVE_CONFIG_H
3030+# include "config.h"
3131+#endif
3232+2933#include "mutt.h"
3034#include "mutt_curses.h"
3135#include "pgp.h"
+4
pgpinvoke.c
···2323 * is almost entirely format based.
2424 */
25252626+#if HAVE_CONFIG_H
2727+# include "config.h"
2828+#endif
2929+2630#include <sys/types.h>
2731#include <sys/stat.h>
2832
+4
pgpkey.c
···2020 * Boston, MA 02111, USA.
2121 */
22222323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
2626+2327#include "mutt.h"
2428#include "mutt_curses.h"
2529#include "mutt_menu.h"
+4
pgplib.c
···21212222/* Generally useful, pgp-related functions. */
23232424+#if HAVE_CONFIG_H
2525+# include "config.h"
2626+#endif
2727+2428#include <stdio.h>
2529#include <stdlib.h>
2630#include <string.h>
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "sort.h"
2125#include "mutt_idna.h"
+4
status.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "mutt_menu.h"
2125#include "mutt_curses.h"
+4
system.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#ifdef USE_IMAP
2125# include "imap.h"
+4
thread.c
···1616 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
1717 */
18181919+#if HAVE_CONFIG_H
2020+# include "config.h"
2121+#endif
2222+1923#include "mutt.h"
2024#include "sort.h"
2125
+4
url.c
···2020 * A simple URL parser.
2121 */
22222323+#if HAVE_CONFIG_H
2424+# include "config.h"
2525+#endif
2626+2327#include "mutt.h"
2428#include "mapping.h"
2529#include "url.h"
+4
utf8.c
···11+#if HAVE_CONFIG_H
22+# include "config.h"
33+#endif
44+15#ifndef HAVE_WC_FUNCS
2637#include <errno.h>
+4
wcwidth.c
···99/* Adapted for Mutt by Edmund Grimley Evans.
1010 */
11111212+#if HAVE_CONFIG_H
1313+# include "config.h"
1414+#endif
1515+1216#ifndef HAVE_WC_FUNCS
13171418#include "mutt.h"