aboutsummaryrefslogtreecommitdiff
path: root/mailutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'mailutils/Config.src')
-rw-r--r--mailutils/Config.src43
1 files changed, 0 insertions, 43 deletions
diff --git a/mailutils/Config.src b/mailutils/Config.src
index 2a9c5c074..e45a0f8fb 100644
--- a/mailutils/Config.src
+++ b/mailutils/Config.src
@@ -2,12 +2,6 @@ menu "Mail Utilities"
2 2
3INSERT 3INSERT
4 4
5config MAKEMIME
6 bool "makemime"
7 default y
8 help
9 Create MIME-formatted messages.
10
11config FEATURE_MIME_CHARSET 5config FEATURE_MIME_CHARSET
12 string "Default charset" 6 string "Default charset"
13 default "us-ascii" 7 default "us-ascii"
@@ -15,41 +9,4 @@ config FEATURE_MIME_CHARSET
15 help 9 help
16 Default charset of the message. 10 Default charset of the message.
17 11
18config POPMAILDIR
19 bool "popmaildir"
20 default y
21 help
22 Simple yet powerful POP3 mail popper. Delivers content
23 of remote mailboxes to local Maildir.
24
25config FEATURE_POPMAILDIR_DELIVERY
26 bool "Allow message filters and custom delivery program"
27 default y
28 depends on POPMAILDIR
29 help
30 Allow to use a custom program to filter the content
31 of the message before actual delivery (-F "prog [args...]").
32 Allow to use a custom program for message actual delivery
33 (-M "prog [args...]").
34
35config REFORMIME
36 bool "reformime"
37 default y
38 help
39 Parse MIME-formatted messages.
40
41config FEATURE_REFORMIME_COMPAT
42 bool "Accept and ignore options other than -x and -X"
43 default y
44 depends on REFORMIME
45 help
46 Accept (for compatibility only) and ignore options
47 other than -x and -X.
48
49config SENDMAIL
50 bool "sendmail"
51 default y
52 help
53 Barebones sendmail.
54
55endmenu 12endmenu