From eb26a78996ccfe4a6a14112974b6c8c183866fb4 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sun, 6 Aug 2000 14:35:15 +0000 Subject: [PATCH] Return an exit value of 1 if mutt is left via ctrl-c. From Andre Albsmeier . --- curs_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curs_lib.c b/curs_lib.c index 2e20535b..6e7f4447 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -198,7 +198,7 @@ void mutt_query_exit (void) if (mutt_yesorno (_("Exit Mutt?"), 1) == 1) { endwin (); - exit (0); + exit (1); } mutt_clear_error(); mutt_curs_set (-1); -- 2.40.0