Hi Stijn, Thanks for pointing this out. The same also applies for postfix. I have submitted a PR at for both: https://github.com/openwrt/packages/pull/17087
Regards, Matthew On 06/11/2021 19:43, Stijn Segers wrote: > Hi Matthew, > > It looks like you expanded Mutt support with commit > 19877a952d1136e134547835d335ffc771917ccc. > > I just refreshed my config on master and was a bit surprised to see Mutt > configuration options enabled by default. I haven't enabled mutt as a > package, so I don't think these should be popping up? > > I'm noticing those three options have each a 'default y', but shouldn't > these options be exposed (and activated) only when Mutt is selected as a > package? > > @@ -4298,6 +4311,18 @@ CONFIG_PACKAGE_luci-lib-nixio_notls=y > # CONFIG_PACKAGE_msmtp-nossl is not set > # CONFIG_PACKAGE_msmtp-queue is not set > # CONFIG_PACKAGE_mutt is not set > + > +# > +# Select mutt build options > +# > +CONFIG_MUTT_POP=y > +CONFIG_MUTT_IMAP=y > +# CONFIG_MUTT_SMTP is not set > +# CONFIG_MUTT_SASL is not set > +# CONFIG_MUTT_GNUTLS is not set > +CONFIG_MUTT_OPENSSL=y > +# end of Select mutt build options > + > # CONFIG_PACKAGE_nail is not set > # CONFIG_PACKAGE_opendkim is not set > # CONFIG_PACKAGE_opendkim-tools is not set > > Thanks > > Stijn > > _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
