OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # DO NOT EDIT. This file is generated from Config.src
2 menu "Mail Utilities"
3  
4 config BUSYBOX_CONFIG_MAKEMIME
3 office 5 bool "makemime"
1 office 6 default BUSYBOX_DEFAULT_MAKEMIME
7 help
3 office 8 Create MIME-formatted messages.
1 office 9 config BUSYBOX_CONFIG_POPMAILDIR
3 office 10 bool "popmaildir"
1 office 11 default BUSYBOX_DEFAULT_POPMAILDIR
12 help
3 office 13 Simple yet powerful POP3 mail popper. Delivers content
14 of remote mailboxes to local Maildir.
1 office 15  
16 config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
17 bool "Allow message filters and custom delivery program"
18 default BUSYBOX_DEFAULT_FEATURE_POPMAILDIR_DELIVERY
19 depends on BUSYBOX_CONFIG_POPMAILDIR
20 help
3 office 21 Allow to use a custom program to filter the content
22 of the message before actual delivery (-F "prog [args...]").
23 Allow to use a custom program for message actual delivery
24 (-M "prog [args...]").
1 office 25 config BUSYBOX_CONFIG_REFORMIME
3 office 26 bool "reformime"
1 office 27 default BUSYBOX_DEFAULT_REFORMIME
28 help
3 office 29 Parse MIME-formatted messages.
1 office 30  
31 config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
32 bool "Accept and ignore options other than -x and -X"
33 default BUSYBOX_DEFAULT_FEATURE_REFORMIME_COMPAT
34 depends on BUSYBOX_CONFIG_REFORMIME
35 help
3 office 36 Accept (for compatibility only) and ignore options
37 other than -x and -X.
1 office 38 config BUSYBOX_CONFIG_SENDMAIL
3 office 39 bool "sendmail"
1 office 40 default BUSYBOX_DEFAULT_SENDMAIL
41 help
3 office 42 Barebones sendmail.
1 office 43  
44 config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
45 string "Default charset"
46 default BUSYBOX_DEFAULT_FEATURE_MIME_CHARSET
47 depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
48 help
3 office 49 Default charset of the message.
1 office 50  
51 endmenu