isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 4b102ee6ec57d71b4b3cdaf65ec6c77f3d739606
parent e2f1cd779b90536fbab1d414537cd235c6b4e987
Author: Michael Elkins <me@mutt.org>
Date:   Tue,  2 Oct 2001 23:43:09 +0000

the `Expunge' config directive didn't work since only the -e command line
argument was consulted.

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)