aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
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 =