diff options
Diffstat (limited to 'package/mutt/Config.in')
-rw-r--r-- | package/mutt/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mutt/Config.in b/package/mutt/Config.in index 430eeb8f1e..d85c1a7f7d 100644 --- a/package/mutt/Config.in +++ b/package/mutt/Config.in @@ -8,6 +8,20 @@ config BR2_PACKAGE_MUTT http://www.mutt.org/ +if BR2_PACKAGE_MUTT + +config BR2_PACKAGE_MUTT_IMAP + bool "imap" + help + IMAP support + +config BR2_PACKAGE_MUTT_POP3 + bool "pop3" + help + POP3 support + +endif # BR2_PACKAGE_MUTT + comment "mutt needs a toolchain w/ wchar" depends on BR2_USE_MMU depends on !BR2_USE_WCHAR |