diff options
Diffstat (limited to 'mailutils/Config.src')
-rw-r--r-- | mailutils/Config.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mailutils/Config.src b/mailutils/Config.src index 519d562ae..baa04331a 100644 --- a/mailutils/Config.src +++ b/mailutils/Config.src | |||
@@ -2,7 +2,7 @@ menu "Mail Utilities" | |||
2 | 2 | ||
3 | config MAKEMIME | 3 | config MAKEMIME |
4 | bool "makemime" | 4 | bool "makemime" |
5 | default n | 5 | default y |
6 | help | 6 | help |
7 | Create MIME-formatted messages. | 7 | Create MIME-formatted messages. |
8 | 8 | ||
@@ -15,14 +15,14 @@ config FEATURE_MIME_CHARSET | |||
15 | 15 | ||
16 | config POPMAILDIR | 16 | config POPMAILDIR |
17 | bool "popmaildir" | 17 | bool "popmaildir" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | Simple yet powerful POP3 mail popper. Delivers content | 20 | Simple yet powerful POP3 mail popper. Delivers content |
21 | of remote mailboxes to local Maildir. | 21 | of remote mailboxes to local Maildir. |
22 | 22 | ||
23 | config FEATURE_POPMAILDIR_DELIVERY | 23 | config FEATURE_POPMAILDIR_DELIVERY |
24 | bool "Allow message filters and custom delivery program" | 24 | bool "Allow message filters and custom delivery program" |
25 | default n | 25 | default y |
26 | depends on POPMAILDIR | 26 | depends on POPMAILDIR |
27 | help | 27 | help |
28 | Allow to use a custom program to filter the content | 28 | Allow to use a custom program to filter the content |
@@ -32,7 +32,7 @@ config FEATURE_POPMAILDIR_DELIVERY | |||
32 | 32 | ||
33 | config REFORMIME | 33 | config REFORMIME |
34 | bool "reformime" | 34 | bool "reformime" |
35 | default n | 35 | default y |
36 | help | 36 | help |
37 | Parse MIME-formatted messages. | 37 | Parse MIME-formatted messages. |
38 | 38 | ||
@@ -46,7 +46,7 @@ config FEATURE_REFORMIME_COMPAT | |||
46 | 46 | ||
47 | config SENDMAIL | 47 | config SENDMAIL |
48 | bool "sendmail" | 48 | bool "sendmail" |
49 | default n | 49 | default y |
50 | help | 50 | help |
51 | Barebones sendmail. | 51 | Barebones sendmail. |
52 | 52 | ||