mutt: actually make imap optional (#24776)

This commit is contained in:
Lorenzo Manacorda 2017-04-09 21:55:27 +02:00 committed by Joachim F
parent 7099e8da83
commit da4fd5ef41

View File

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
(enableFeature withSidebar "sidebar") (enableFeature withSidebar "sidebar")
"--enable-smtp" "--enable-smtp"
"--enable-pop" "--enable-pop"
"--enable-imap"
"--with-mailpath=" "--with-mailpath="
# Look in $PATH at runtime, instead of hardcoding /usr/bin/sendmail # Look in $PATH at runtime, instead of hardcoding /usr/bin/sendmail