diff options
author | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /mailutils/popmaildir.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils/popmaildir.c')
-rw-r--r-- | mailutils/popmaildir.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index ad9a04a..1695a9b 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c @@ -13,18 +13,18 @@ //config: bool "popmaildir (10 kb)" //config: default y //config: help -//config: Simple yet powerful POP3 mail popper. Delivers content -//config: of remote mailboxes to local Maildir. +//config: Simple yet powerful POP3 mail popper. Delivers content +//config: of remote mailboxes to local Maildir. //config: //config:config FEATURE_POPMAILDIR_DELIVERY //config: bool "Allow message filters and custom delivery program" //config: default y //config: depends on POPMAILDIR //config: help -//config: Allow to use a custom program to filter the content -//config: of the message before actual delivery (-F "prog [args...]"). -//config: Allow to use a custom program for message actual delivery -//config: (-M "prog [args...]"). +//config: Allow to use a custom program to filter the content +//config: of the message before actual delivery (-F "prog [args...]"). +//config: Allow to use a custom program for message actual delivery +//config: (-M "prog [args...]"). //applet:IF_POPMAILDIR(APPLET(popmaildir, BB_DIR_USR_SBIN, BB_SUID_DROP)) |