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>
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c
index 6426579..c9d22aa 100644
--- a/mailutils/popmaildir.c
+++ b/mailutils/popmaildir.c
@@ -10,6 +10,8 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
+//kbuild:lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o
+
//usage:#define popmaildir_trivial_usage
//usage: "[OPTIONS] MAILDIR [CONN_HELPER ARGS]"
//usage:#define popmaildir_full_usage "\n\n"