From 4b102ee6ec57d71b4b3cdaf65ec6c77f3d739606 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Tue, 2 Oct 2001 23:43:09 +0000 Subject: [PATCH] the `Expunge' config directive didn't work since only the -e command line argument was consulted. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 29a7365..42768ba 100644 --- a/main.c +++ b/main.c @@ -285,7 +285,7 @@ main (int argc, char **argv) if (!fast) { - if (expunge && (imap->deleted || mail->deleted)) + if ((expunge || box->expunge) && (imap->deleted || mail->deleted)) { /* remove messages marked for deletion */ if (!quiet)