summaryrefslogtreecommitdiff
path: root/mu/pop.c
diff options
context:
space:
mode:
Diffstat (limited to 'mu/pop.c')
-rw-r--r--mu/pop.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/mu/pop.c b/mu/pop.c
index 311bd6775..bf2c93876 100644
--- a/mu/pop.c
+++ b/mu/pop.c
@@ -28,6 +28,7 @@
#include "xalloc.h"
static char pop_doc[] = N_("mu pop - POP3 client shell.");
+char pop_docstring[] = N_("POP3 client shell");
static char pop_args_doc[] = "";
static struct argp_option pop_options[] = {
@@ -807,3 +808,10 @@ mutool_pop (int argc, char **argv)
mutool_shell ("pop", pop_comtab);
return 0;
}
+
+/*
+ MU Setup: pop
+ mu-handler: mutool_pop
+ mu-docstring: pop_docstring
+ End MU Setup:
+*/

Return to:

Send suggestions and report system problems to the System administrator.