diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-22 03:46:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-22 03:46:33 +0200 |
commit | d616ab6bbb6c3768efb9474fa18d1e2f98c4793b (patch) | |
tree | efbcd76a62c4075092ea7850174a5b3bc2988e26 /mailutils/popmaildir.c | |
parent | 9b90d9b503c7be343ae26ce7f834b1865ab66013 (diff) | |
download | busybox-w32-d616ab6bbb6c3768efb9474fa18d1e2f98c4793b.tar.gz busybox-w32-d616ab6bbb6c3768efb9474fa18d1e2f98c4793b.tar.bz2 busybox-w32-d616ab6bbb6c3768efb9474fa18d1e2f98c4793b.zip |
reformime: do not require \r\n
function old new delta
parse 958 1063 +105
packed_usage 28691 28712 +21
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils/popmaildir.c')
-rw-r--r-- | mailutils/popmaildir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index 642657919..c9d22aa28 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c | |||
@@ -10,6 +10,8 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | //kbuild:lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o | ||
14 | |||
13 | //usage:#define popmaildir_trivial_usage | 15 | //usage:#define popmaildir_trivial_usage |
14 | //usage: "[OPTIONS] MAILDIR [CONN_HELPER ARGS]" | 16 | //usage: "[OPTIONS] MAILDIR [CONN_HELPER ARGS]" |
15 | //usage:#define popmaildir_full_usage "\n\n" | 17 | //usage:#define popmaildir_full_usage "\n\n" |