From ae1fe912fbfeaa12cce66146f27b406bb5c0dc7c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 10 Oct 1996 23:08:10 +0000 Subject: Make deletions slightly faster. svn path=/trunk/; revision=292 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap.c b/imap.c index 3592f15a..005aa2db 100644 --- a/imap.c +++ b/imap.c @@ -168,7 +168,7 @@ int socket; struct hostrec *queryctl; int number; { - return(gen_transact(socket, "STORE %d +FLAGS (\\Deleted)", number)); + return(gen_transact(socket, "STORE %d +FLAGS.SILENT (\\Deleted)", number)); } const static struct method imap = -- cgit v1.2.3