aboutsummaryrefslogtreecommitdiff
path: root/mailutils/popmaildir.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /mailutils/popmaildir.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip
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.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c
index ad9a04a89..1695a9bb8 100644
--- a/mailutils/popmaildir.c
+++ b/mailutils/popmaildir.c
@@ -13,18 +13,18 @@
13//config: bool "popmaildir (10 kb)" 13//config: bool "popmaildir (10 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: Simple yet powerful POP3 mail popper. Delivers content 16//config: Simple yet powerful POP3 mail popper. Delivers content
17//config: of remote mailboxes to local Maildir. 17//config: of remote mailboxes to local Maildir.
18//config: 18//config:
19//config:config FEATURE_POPMAILDIR_DELIVERY 19//config:config FEATURE_POPMAILDIR_DELIVERY
20//config: bool "Allow message filters and custom delivery program" 20//config: bool "Allow message filters and custom delivery program"
21//config: default y 21//config: default y
22//config: depends on POPMAILDIR 22//config: depends on POPMAILDIR
23//config: help 23//config: help
24//config: Allow to use a custom program to filter the content 24//config: Allow to use a custom program to filter the content
25//config: of the message before actual delivery (-F "prog [args...]"). 25//config: of the message before actual delivery (-F "prog [args...]").
26//config: Allow to use a custom program for message actual delivery 26//config: Allow to use a custom program for message actual delivery
27//config: (-M "prog [args...]"). 27//config: (-M "prog [args...]").
28 28
29//applet:IF_POPMAILDIR(APPLET(popmaildir, BB_DIR_USR_SBIN, BB_SUID_DROP)) 29//applet:IF_POPMAILDIR(APPLET(popmaildir, BB_DIR_USR_SBIN, BB_SUID_DROP))
30 30