rpcd: iwinfo plugin fixes
[openwrt.git] / package / utils / busybox / config / mailutils / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 menu "Mail Utilities"
3
4
5 config BUSYBOX_CONFIG_MAKEMIME
6         bool "makemime"
7         default BUSYBOX_DEFAULT_MAKEMIME
8         help
9           Create MIME-formatted messages.
10
11 config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
12         string "Default charset"
13         default BUSYBOX_DEFAULT_FEATURE_MIME_CHARSET
14         depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
15         help
16           Default charset of the message.
17
18 config BUSYBOX_CONFIG_POPMAILDIR
19         bool "popmaildir"
20         default BUSYBOX_DEFAULT_POPMAILDIR
21         help
22           Simple yet powerful POP3 mail popper. Delivers content
23           of remote mailboxes to local Maildir.
24
25 config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
26         bool "Allow message filters and custom delivery program"
27         default BUSYBOX_DEFAULT_FEATURE_POPMAILDIR_DELIVERY
28         depends on BUSYBOX_CONFIG_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 BUSYBOX_CONFIG_REFORMIME
36         bool "reformime"
37         default BUSYBOX_DEFAULT_REFORMIME
38         help
39           Parse MIME-formatted messages.
40
41 config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
42         bool "Accept and ignore options other than -x and -X"
43         default BUSYBOX_DEFAULT_FEATURE_REFORMIME_COMPAT
44         depends on BUSYBOX_CONFIG_REFORMIME
45         help
46           Accept (for compatibility only) and ignore options
47           other than -x and -X.
48
49 config BUSYBOX_CONFIG_SENDMAIL
50         bool "sendmail"
51         default BUSYBOX_DEFAULT_SENDMAIL
52         help
53           Barebones sendmail.
54
55 endmenu