diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-17 20:56:36 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-19 18:35:26 +0200 |
commit | 07c3f3802d68880825052fb7902534bd31dc3f05 (patch) | |
tree | a296152d451acf6a79bc7215c7000d23aaa176b7 /mailutils | |
parent | e6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff) | |
download | busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2 busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip |
Config.in: mark all applets POSIX only
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/Config.in | 4 |
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" | |||
3 | config MAKEMIME | 3 | config 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 | |||
16 | config POPMAILDIR | 17 | config 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 | |||
33 | config REFORMIME | 35 | config 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 | |||
47 | config SENDMAIL | 50 | config 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 | ||