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
2
main.c
2
main.c
|
@ -285,7 +285,7 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
if (!fast)
|
if (!fast)
|
||||||
{
|
{
|
||||||
if (expunge && (imap->deleted || mail->deleted))
|
if ((expunge || box->expunge) && (imap->deleted || mail->deleted))
|
||||||
{
|
{
|
||||||
/* remove messages marked for deletion */
|
/* remove messages marked for deletion */
|
||||||
if (!quiet)
|
if (!quiet)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user