diff options
author | Ron Yorston <rmy@pobox.com> | 2021-10-13 14:37:51 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-10-13 14:37:51 +0100 |
commit | 0ecf1aea459571b48dc68ddc2b7b9265740fa960 (patch) | |
tree | 491d6184a44b8b525a4ca35759d622aecd7f6344 /mailutils | |
parent | 4859ddcb20616718efbea12c6bf8b27c469b68de (diff) | |
parent | aaf3d5ba74c5da97ff80b61f30cb8dd225d39096 (diff) | |
download | busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.tar.gz busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.tar.bz2 busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailutils/Config.src b/mailutils/Config.src index 6d47163e4..b3a3e506d 100644 --- a/mailutils/Config.src +++ b/mailutils/Config.src | |||
@@ -1,7 +1,5 @@ | |||
1 | menu "Mail Utilities" | 1 | menu "Mail Utilities" |
2 | 2 | ||
3 | INSERT | ||
4 | |||
5 | config FEATURE_MIME_CHARSET | 3 | config FEATURE_MIME_CHARSET |
6 | string "Default charset" | 4 | string "Default charset" |
7 | default "us-ascii" | 5 | default "us-ascii" |
@@ -9,4 +7,6 @@ config FEATURE_MIME_CHARSET | |||
9 | help | 7 | help |
10 | Default charset of the message. | 8 | Default charset of the message. |
11 | 9 | ||
10 | INSERT | ||
11 | |||
12 | endmenu | 12 | endmenu |