aboutsummaryrefslogtreecommitdiff
path: root/mailutils/popmaildir.c
diff options
context:
space:
mode:
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