X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/a68126c0642d9ea6881a17ba2b1ef9fe71c5d1e1..c3aff058e09de1b1122e98aecb9bd608deeefbfe:/debian/patches/debian-specific/dont_document_not_present_features.diff diff --git a/debian/patches/debian-specific/dont_document_not_present_features.diff b/debian/patches/debian-specific/dont_document_not_present_features.diff index 76794cc..a453ec3 100644 --- a/debian/patches/debian-specific/dont_document_not_present_features.diff +++ b/debian/patches/debian-specific/dont_document_not_present_features.diff @@ -1,23 +1,25 @@ ---- init.h.orig -+++ init.h -@@ -80,9 +80,9 @@ - #define ISPELL "ispell" +As the patch says, this will add an include so only documented options +for Debian will be used + +--- a/init.h ++++ b/init.h +@@ -19,7 +19,7 @@ + + #ifdef _MAKEDOC + # include "config.h" +-# include "doc/makedoc-defs.h" ++/* # include "makedoc-defs.h" include only documented options for Debian */ + #else + # include "sort.h" #endif +--- a/functions.h ++++ b/functions.h +@@ -35,7 +35,7 @@ --/* build complete documentation */ -+/* Disable "build complete documentation" for Debian */ + #ifdef _MAKEDOC + # include "config.h" +-# include "doc/makedoc-defs.h" ++/* # include "doc/makedoc-defs.h" include only documented options for Debian */ + #endif --#ifdef _MAKEDOC -+#if 0 - # ifndef USE_IMAP - # define USE_IMAP - # endif -@@ -2015,7 +2015,7 @@ - ** .pp - ** Example: set certificate_file=~/.mutt/certificates - */ --# if defined _MAKEDOC || !defined(USE_SSL_GNUTLS) -+# ifndef USE_SSL_GNUTLS - { "ssl_usesystemcerts", DT_BOOL, R_NONE, OPTSSLSYSTEMCERTS, 1 }, - /* - ** .pp + struct binding_t OpGeneric[] = { /* map: generic */