diff options
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/Config.src | 2 | ||||
-rw-r--r-- | mailutils/makemime.c | 2 | ||||
-rw-r--r-- | mailutils/popmaildir.c | 12 | ||||
-rw-r--r-- | mailutils/reformime.c | 6 | ||||
-rw-r--r-- | mailutils/sendmail.c | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/mailutils/Config.src b/mailutils/Config.src index e45a0f8fb..6d47163e4 100644 --- a/mailutils/Config.src +++ b/mailutils/Config.src | |||
@@ -7,6 +7,6 @@ config FEATURE_MIME_CHARSET | |||
7 | default "us-ascii" | 7 | default "us-ascii" |
8 | depends on MAKEMIME || REFORMIME || SENDMAIL | 8 | depends on MAKEMIME || REFORMIME || SENDMAIL |
9 | help | 9 | help |
10 | Default charset of the message. | 10 | Default charset of the message. |
11 | 11 | ||
12 | endmenu | 12 | endmenu |
diff --git a/mailutils/makemime.c b/mailutils/makemime.c index 9c79133b6..577bcde39 100644 --- a/mailutils/makemime.c +++ b/mailutils/makemime.c | |||
@@ -10,7 +10,7 @@ | |||
10 | //config: bool "makemime (5.9 kb)" | 10 | //config: bool "makemime (5.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Create MIME-formatted messages. | 13 | //config: Create MIME-formatted messages. |
14 | 14 | ||
15 | //applet:IF_MAKEMIME(APPLET(makemime, BB_DIR_BIN, BB_SUID_DROP)) | 15 | //applet:IF_MAKEMIME(APPLET(makemime, BB_DIR_BIN, BB_SUID_DROP)) |
16 | 16 | ||
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index ad9a04a89..1695a9bb8 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c | |||
@@ -13,18 +13,18 @@ | |||
13 | //config: bool "popmaildir (10 kb)" | 13 | //config: bool "popmaildir (10 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Simple yet powerful POP3 mail popper. Delivers content | 16 | //config: Simple yet powerful POP3 mail popper. Delivers content |
17 | //config: of remote mailboxes to local Maildir. | 17 | //config: of remote mailboxes to local Maildir. |
18 | //config: | 18 | //config: |
19 | //config:config FEATURE_POPMAILDIR_DELIVERY | 19 | //config:config FEATURE_POPMAILDIR_DELIVERY |
20 | //config: bool "Allow message filters and custom delivery program" | 20 | //config: bool "Allow message filters and custom delivery program" |
21 | //config: default y | 21 | //config: default y |
22 | //config: depends on POPMAILDIR | 22 | //config: depends on POPMAILDIR |
23 | //config: help | 23 | //config: help |
24 | //config: Allow to use a custom program to filter the content | 24 | //config: Allow to use a custom program to filter the content |
25 | //config: of the message before actual delivery (-F "prog [args...]"). | 25 | //config: of the message before actual delivery (-F "prog [args...]"). |
26 | //config: Allow to use a custom program for message actual delivery | 26 | //config: Allow to use a custom program for message actual delivery |
27 | //config: (-M "prog [args...]"). | 27 | //config: (-M "prog [args...]"). |
28 | 28 | ||
29 | //applet:IF_POPMAILDIR(APPLET(popmaildir, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 29 | //applet:IF_POPMAILDIR(APPLET(popmaildir, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
30 | 30 | ||
diff --git a/mailutils/reformime.c b/mailutils/reformime.c index 4f29f68e8..6a0254803 100644 --- a/mailutils/reformime.c +++ b/mailutils/reformime.c | |||
@@ -10,15 +10,15 @@ | |||
10 | //config: bool "reformime (7.5 kb)" | 10 | //config: bool "reformime (7.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Parse MIME-formatted messages. | 13 | //config: Parse MIME-formatted messages. |
14 | //config: | 14 | //config: |
15 | //config:config FEATURE_REFORMIME_COMPAT | 15 | //config:config FEATURE_REFORMIME_COMPAT |
16 | //config: bool "Accept and ignore options other than -x and -X" | 16 | //config: bool "Accept and ignore options other than -x and -X" |
17 | //config: default y | 17 | //config: default y |
18 | //config: depends on REFORMIME | 18 | //config: depends on REFORMIME |
19 | //config: help | 19 | //config: help |
20 | //config: Accept (for compatibility only) and ignore options | 20 | //config: Accept (for compatibility only) and ignore options |
21 | //config: other than -x and -X. | 21 | //config: other than -x and -X. |
22 | 22 | ||
23 | //applet:IF_REFORMIME(APPLET(reformime, BB_DIR_BIN, BB_SUID_DROP)) | 23 | //applet:IF_REFORMIME(APPLET(reformime, BB_DIR_BIN, BB_SUID_DROP)) |
24 | 24 | ||
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index c70d06263..346de2712 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c | |||
@@ -10,7 +10,7 @@ | |||
10 | //config: bool "sendmail (14 kb)" | 10 | //config: bool "sendmail (14 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Barebones sendmail. | 13 | //config: Barebones sendmail. |
14 | 14 | ||
15 | //applet:IF_SENDMAIL(APPLET(sendmail, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 15 | //applet:IF_SENDMAIL(APPLET(sendmail, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
16 | 16 | ||