From da929a95aace0e79fbc621af2ab03c76d74d5fcb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Jun 2010 20:10:51 +0200 Subject: mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src Signed-off-by: Denys Vlasenko --- mailutils/Config.in | 53 ---------------------------------------------------- mailutils/Config.src | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ mailutils/Kbuild | 11 ----------- mailutils/Kbuild.src | 11 +++++++++++ 4 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 mailutils/Config.in create mode 100644 mailutils/Config.src delete mode 100644 mailutils/Kbuild create mode 100644 mailutils/Kbuild.src (limited to 'mailutils') diff --git a/mailutils/Config.in b/mailutils/Config.in deleted file mode 100644 index 519d562..0000000 --- a/mailutils/Config.in +++ /dev/null @@ -1,53 +0,0 @@ -menu "Mail Utilities" - -config MAKEMIME - bool "makemime" - default n - help - Create MIME-formatted messages. - -config FEATURE_MIME_CHARSET - string "Default charset" - default "us-ascii" - depends on MAKEMIME || REFORMIME || SENDMAIL - help - Default charset of the message. - -config POPMAILDIR - bool "popmaildir" - default n - help - Simple yet powerful POP3 mail popper. Delivers content - of remote mailboxes to local Maildir. - -config FEATURE_POPMAILDIR_DELIVERY - bool "Allow message filters and custom delivery program" - default n - depends on POPMAILDIR - help - Allow to use a custom program to filter the content - of the message before actual delivery (-F "prog [args...]"). - Allow to use a custom program for message actual delivery - (-M "prog [args...]"). - -config REFORMIME - bool "reformime" - default n - help - Parse MIME-formatted messages. - -config FEATURE_REFORMIME_COMPAT - bool "Accept and ignore options other than -x and -X" - default y - depends on REFORMIME - help - Accept (for compatibility only) and ignore options - other than -x and -X. - -config SENDMAIL - bool "sendmail" - default n - help - Barebones sendmail. - -endmenu diff --git a/mailutils/Config.src b/mailutils/Config.src new file mode 100644 index 0000000..519d562 --- /dev/null +++ b/mailutils/Config.src @@ -0,0 +1,53 @@ +menu "Mail Utilities" + +config MAKEMIME + bool "makemime" + default n + help + Create MIME-formatted messages. + +config FEATURE_MIME_CHARSET + string "Default charset" + default "us-ascii" + depends on MAKEMIME || REFORMIME || SENDMAIL + help + Default charset of the message. + +config POPMAILDIR + bool "popmaildir" + default n + help + Simple yet powerful POP3 mail popper. Delivers content + of remote mailboxes to local Maildir. + +config FEATURE_POPMAILDIR_DELIVERY + bool "Allow message filters and custom delivery program" + default n + depends on POPMAILDIR + help + Allow to use a custom program to filter the content + of the message before actual delivery (-F "prog [args...]"). + Allow to use a custom program for message actual delivery + (-M "prog [args...]"). + +config REFORMIME + bool "reformime" + default n + help + Parse MIME-formatted messages. + +config FEATURE_REFORMIME_COMPAT + bool "Accept and ignore options other than -x and -X" + default y + depends on REFORMIME + help + Accept (for compatibility only) and ignore options + other than -x and -X. + +config SENDMAIL + bool "sendmail" + default n + help + Barebones sendmail. + +endmenu diff --git a/mailutils/Kbuild b/mailutils/Kbuild deleted file mode 100644 index 871e879..0000000 --- a/mailutils/Kbuild +++ /dev/null @@ -1,11 +0,0 @@ -# Makefile for busybox -# -# Copyright (C) 1999-2005 by Erik Andersen -# -# Licensed under the GPL v2, see the file LICENSE in this tarball. - -lib-y:= -lib-$(CONFIG_MAKEMIME) += mime.o mail.o -lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o -lib-$(CONFIG_REFORMIME) += mime.o mail.o -lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o diff --git a/mailutils/Kbuild.src b/mailutils/Kbuild.src new file mode 100644 index 0000000..871e879 --- /dev/null +++ b/mailutils/Kbuild.src @@ -0,0 +1,11 @@ +# Makefile for busybox +# +# Copyright (C) 1999-2005 by Erik Andersen +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y:= +lib-$(CONFIG_MAKEMIME) += mime.o mail.o +lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o +lib-$(CONFIG_REFORMIME) += mime.o mail.o +lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o -- cgit v1.1