diff options
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |