summaryrefslogtreecommitdiff
path: root/mh/folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/folder.c')
-rw-r--r--mh/folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/folder.c b/mh/folder.c
index 72f86f5b7..9a20f69e4 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -943,7 +943,7 @@ main (int argc, char **argv)
/* If folder is invoked by a name ending with "s" (e.g., folders),
`-all' is assumed */
- if (program_invocation_short_name[strlen (program_invocation_short_name) - 1] == 's')
+ if (mu_program_name[strlen (mu_program_name) - 1] == 's')
show_all = 1;
if (has_folder)

Return to:

Send suggestions and report system problems to the System administrator.