sendmail: remove forgotten commenting-out on a "if (verbose)"
[platform/upstream/busybox.git] / mailutils / Config.src
1 menu "Mail Utilities"
2
3 INSERT
4
5 config MAKEMIME
6         bool "makemime"
7         default y
8         help
9           Create MIME-formatted messages.
10
11 config FEATURE_MIME_CHARSET
12         string "Default charset"
13         default "us-ascii"
14         depends on MAKEMIME || REFORMIME || SENDMAIL
15         help
16           Default charset of the message.
17
18 config 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
25 config 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
35 config REFORMIME
36         bool "reformime"
37         default y
38         help
39           Parse MIME-formatted messages.
40
41 config 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
49 config SENDMAIL
50         bool "sendmail"
51         default y
52         help
53           Barebones sendmail.
54
55 endmenu