Projects STRLCPY neomutt Commits a1fe63da
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    auto.def
    skipped 51 lines
    52 52   with-gnutls:path => "Location of GnuTLS"
    53 53   # GPGME
    54 54   gpgme=0 => "Enable GPGME support"
    55  - with-gpgme:path => "Location of GPGME"
    56 55   # GSS (IMAP auth)
    57 56   gss=0 => "Use GSSAPI authentication for IMAP"
    58 57   with-gss:path => "Location of GSSAPI library"
    skipped 76 lines
    135 134   pkgconf:=deprecated => "Deprecated"
    136 135   with-slang:deprecated => "Deprecated"
    137 136   with-ui:=deprecated => "Deprecated"
     137 + with-gpgme:deprecated => "Deprecated"
    138 138  }
    139 139  ###############################################################################
    140 140   
    141 141  ###############################################################################
    142 142  # Deprecated config options
    143  -foreach dep {with-ui with-slang pkgconf} {
     143 +foreach dep {with-ui with-slang pkgconf with-gpgme} {
    144 144   if {[opt-bool -nodefault $dep] != -1} {
    145 145   user-notice "\nThe configure option \"--$dep\" is not used anymore\n"
    146 146   }
    skipped 1075 lines
Please wait...
Page is in error, reload to recover