]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_document_not_present_features.diff
Start preparing mutt-1.5.12; adjusted patches and such stuff.
[software/mutt-debian.git] / debian / patches / debian-specific / dont_document_not_present_features.diff
1 --- init.h.orig
2 +++ 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 @@ -2015,7 +2015,7 @@
16    ** .pp
17    ** Example: set certificate_file=~/.mutt/certificates
18    */
19 -# if defined _MAKEDOC || !defined(USE_SSL_GNUTLS)
20 +# ifndef USE_SSL_GNUTLS
21    { "ssl_usesystemcerts", DT_BOOL, R_NONE, OPTSSLSYSTEMCERTS, 1 },
22    /*
23    ** .pp