summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorDamien Riegel <damien.riegel@gmail.com>2016-06-18 12:41:42 -0700
committerDamien Riegel <damien.riegel@gmail.com>2016-06-18 12:41:42 -0700
commit6355572e185e8e90ba1f136d5e506d1179d26484 (patch)
treeb39931527f378715ce4190e4ed02c8599c8e4b2c /commands.c
parent35c3ae29bfe4d97723e584323abab57808569c70 (diff)
pass context in mx_close_message
The mx_close_message is one of the few mx_* functions that don't have a context as parameter. To make them more consistent, pass the context.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 47501219..c5811bd4 100644
--- a/commands.c
+++ b/commands.c
@@ -993,7 +993,7 @@ static int _mutt_check_traditional_pgp (HEADER *h, int *redraw)
}
h->security |= PGP_TRADITIONAL_CHECKED;
- mx_close_message (&msg);
+ mx_close_message (Context, &msg);
return rv;
}