summaryrefslogtreecommitdiff
path: root/mail/escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/escape.c')
-rw-r--r--mail/escape.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/escape.c b/mail/escape.c
index bb0f7f09d..1202ba27c 100644
--- a/mail/escape.c
+++ b/mail/escape.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -127,7 +127,7 @@ escape_command (int argc, char **argv, compose_env_t *env)
int
escape_help (int argc, char **argv, compose_env_t *env MU_ARG_UNUSED)
{
- int status;
+ int status = 0;
if (argc < 2)
status = mail_escape_help (NULL);
else
@@ -406,8 +406,7 @@ quote0 (msgset_t *mspec, mu_message_t mesg, void *data)
mu_stream_t flt;
char *argv[3];
- mu_printf (_("Interpolating: %lu\n"),
- (unsigned long) mspec->msg_part[0]);
+ mu_printf (_("Interpolating: %lu\n"), (unsigned long) msgset_msgno (mspec));
mailvar_get (&prefix, mailvar_name_indentprefix, mailvar_type_string, 0);

Return to:

Send suggestions and report system problems to the System administrator.