diff options
Diffstat (limited to 'mailutils/reformime.c')
-rw-r--r-- | mailutils/reformime.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mailutils/reformime.c b/mailutils/reformime.c index b967dfbc7..e97bc0130 100644 --- a/mailutils/reformime.c +++ b/mailutils/reformime.c | |||
@@ -6,6 +6,21 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config REFORMIME | ||
10 | //config: bool "reformime" | ||
11 | //config: default y | ||
12 | //config: help | ||
13 | //config: Parse MIME-formatted messages. | ||
14 | //config: | ||
15 | //config:config FEATURE_REFORMIME_COMPAT | ||
16 | //config: bool "Accept and ignore options other than -x and -X" | ||
17 | //config: default y | ||
18 | //config: depends on REFORMIME | ||
19 | //config: help | ||
20 | //config: Accept (for compatibility only) and ignore options | ||
21 | //config: other than -x and -X. | ||
22 | |||
23 | //applet:IF_REFORMIME(APPLET(reformime, BB_DIR_BIN, BB_SUID_DROP)) | ||
9 | 24 | ||
10 | //kbuild:lib-$(CONFIG_REFORMIME) += reformime.o mail.o | 25 | //kbuild:lib-$(CONFIG_REFORMIME) += reformime.o mail.o |
11 | 26 | ||