the `Expunge' config directive didn't work since only the -e command line
argument was consulted.
This commit is contained in:
parent
e2f1cd779b
commit
4b102ee6ec
1 changed files with 1 additions and 1 deletions
2
main.c
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue