]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/patch.docs-match-config.h
Import mutt_1.5.10-1
[software/mutt-debian.git] / debian / patches / patch.docs-match-config.h
1 --- a/init.h
2 +++ b/init.h
3 @@ -80,9 +80,9 @@
4  #define ISPELL "ispell"
5  #endif
6  
7 -/* build complete documentation */
8 +/* Disable "build complete documentation" for Debian */
9  
10 -#ifdef _MAKEDOC
11 +#if 0
12  # ifndef USE_IMAP
13  #  define USE_IMAP
14  # endif
15 @@ -1970,7 +1970,7 @@
16    ** .pp
17    ** Example: set certificate_file=~/.mutt/certificates
18    */
19 -# if defined _MAKEDOC || !defined(USE_GNUTLS)
20 +# ifndef USE_GNUTLS
21    { "ssl_usesystemcerts", DT_BOOL, R_NONE, OPTSSLSYSTEMCERTS, 1 },
22    /*
23    ** .pp