source: MondoRescue/branches/2.2.9/mindi-busybox/mailutils/Config.src@ 2725

Last change on this file since 2725 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 1.1 KB
RevLine 
[2725]1menu "Mail Utilities"
2
3INSERT
4
5config MAKEMIME
6 bool "makemime"
7 default y
8 help
9 Create MIME-formatted messages.
10
11config 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
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
Note: See TracBrowser for help on using the repository browser.