aboutsummaryrefslogtreecommitdiff
path: root/mailutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'mailutils/Config.in')
-rw-r--r--mailutils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/mailutils/Config.in b/mailutils/Config.in
index 519d562ae..67f0d079a 100644
--- a/mailutils/Config.in
+++ b/mailutils/Config.in
@@ -3,6 +3,7 @@ menu "Mail Utilities"
3config MAKEMIME 3config MAKEMIME
4 bool "makemime" 4 bool "makemime"
5 default n 5 default n
6 depends on PLATFORM_POSIX
6 help 7 help
7 Create MIME-formatted messages. 8 Create MIME-formatted messages.
8 9
@@ -16,6 +17,7 @@ config FEATURE_MIME_CHARSET
16config POPMAILDIR 17config POPMAILDIR
17 bool "popmaildir" 18 bool "popmaildir"
18 default n 19 default n
20 depends on PLATFORM_POSIX
19 help 21 help
20 Simple yet powerful POP3 mail popper. Delivers content 22 Simple yet powerful POP3 mail popper. Delivers content
21 of remote mailboxes to local Maildir. 23 of remote mailboxes to local Maildir.
@@ -33,6 +35,7 @@ config FEATURE_POPMAILDIR_DELIVERY
33config REFORMIME 35config REFORMIME
34 bool "reformime" 36 bool "reformime"
35 default n 37 default n
38 depends on PLATFORM_POSIX
36 help 39 help
37 Parse MIME-formatted messages. 40 Parse MIME-formatted messages.
38 41
@@ -47,6 +50,7 @@ config FEATURE_REFORMIME_COMPAT
47config SENDMAIL 50config SENDMAIL
48 bool "sendmail" 51 bool "sendmail"
49 default n 52 default n
53 depends on PLATFORM_POSIX
50 help 54 help
51 Barebones sendmail. 55 Barebones sendmail.
52 56