diff options
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/Config.in | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/mailutils/Config.in b/mailutils/Config.in index b8d697737..4edb0aefd 100644 --- a/mailutils/Config.in +++ b/mailutils/Config.in | |||
@@ -17,15 +17,18 @@ config POPMAILDIR | |||
17 | bool "popmaildir" | 17 | bool "popmaildir" |
18 | default n | 18 | default n |
19 | help | 19 | help |
20 | Simple yet powerful POP3 mail popper. Delivers content of remote mailboxes to local Maildir. | 20 | Simple yet powerful POP3 mail popper. Delivers content |
21 | of remote mailboxes to local Maildir. | ||
21 | 22 | ||
22 | config FEATURE_POPMAILDIR_DELIVERY | 23 | config FEATURE_POPMAILDIR_DELIVERY |
23 | bool "Allow message filters and custom delivery program" | 24 | bool "Allow message filters and custom delivery program" |
24 | default n | 25 | default n |
25 | depends on POPMAILDIR | 26 | depends on POPMAILDIR |
26 | help | 27 | help |
27 | Allow to use a custom program to filter the content of the message before actual delivery (-F "prog [args...]"). | 28 | Allow to use a custom program to filter the content |
28 | Allow to use a custom program for message actual delivery (-M "prog [args...]"). | 29 | of the message before actual delivery (-F "prog [args...]"). |
30 | Allow to use a custom program for message actual delivery | ||
31 | (-M "prog [args...]"). | ||
29 | 32 | ||
30 | config REFORMIME | 33 | config REFORMIME |
31 | bool "reformime" | 34 | bool "reformime" |
@@ -38,7 +41,8 @@ config FEATURE_REFORMIME_COMPAT | |||
38 | default y | 41 | default y |
39 | depends on REFORMIME | 42 | depends on REFORMIME |
40 | help | 43 | help |
41 | Accept (for compatibility only) and ignore options other than -x and -X. | 44 | Accept (for compatibility only) and ignore options |
45 | other than -x and -X. | ||
42 | 46 | ||
43 | config SENDMAIL | 47 | config SENDMAIL |
44 | bool "sendmail" | 48 | bool "sendmail" |
@@ -59,6 +63,7 @@ config FEATURE_SENDMAIL_MAILXX | |||
59 | default n | 63 | default n |
60 | depends on FEATURE_SENDMAIL_MAILX | 64 | depends on FEATURE_SENDMAIL_MAILX |
61 | help | 65 | help |
62 | Allow to specify Cc: addresses and some additional headers: Errors-To:. | 66 | Allow to specify Cc: addresses and some additional headers: |
67 | Errors-To: | ||
63 | 68 | ||
64 | endmenu | 69 | endmenu |