]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/debian-specific/dont_document_not_present_features.diff
refresh compressed-folders patch
[software/mutt-debian.git] / debian / patches / debian-specific / dont_document_not_present_features.diff
index b1f0e905b28c7ffd88cd6d0bdbd73c0990a84ab2..f73d76d9f5a434b75505d8d9b8220b83a0f3328d 100644 (file)
@@ -1,23 +1,26 @@
---- mutt-1.5.11.orig/init.h
-+++ mutt-1.5.11/init.h
-@@ -80,9 +80,9 @@
- #define ISPELL "ispell"
+Index: init.h
+===================================================================
+--- init.h.orig        2007-03-21 21:33:20.000000000 +0100
++++ init.h     2007-03-21 21:35:32.000000000 +0100
+@@ -19,7 +19,7 @@
+ #ifdef _MAKEDOC
+ # include "config.h"
+-# include "makedoc-defs.h"
++/* # include "makedoc-defs.h" include only documented options for Debian */
+ #else
+ # include "sort.h"
  #endif
+Index: functions.h
+===================================================================
+--- functions.h.orig   2007-03-21 21:35:37.000000000 +0100
++++ functions.h        2007-03-21 21:35:51.000000000 +0100
+@@ -35,7 +35,7 @@
  
--/* build complete documentation */
-+/* Disable "build complete documentation" for Debian */
+ #ifdef _MAKEDOC
+ # include "config.h"
+-# include "makedoc-defs.h"
++/* # include "makedoc-defs.h" include only documented options for Debian */
+ #endif
  
--#ifdef _MAKEDOC
-+#if 0
- # ifndef USE_IMAP
- #  define USE_IMAP
- # endif
-@@ -2007,7 +2007,7 @@
-   ** .pp
-   ** Example: set certificate_file=~/.mutt/certificates
-   */
--# if defined _MAKEDOC || !defined(USE_GNUTLS)
-+# ifndef USE_GNUTLS
-   { "ssl_usesystemcerts", DT_BOOL, R_NONE, OPTSSLSYSTEMCERTS, 1 },
-   /*
-   ** .pp
+ struct binding_t OpGeneric[] = { /* map: generic */