summaryrefslogtreecommitdiffstats
path: root/mx.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-09 20:50:36 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-09 20:50:36 +0000
commit5ba906d2a77b9b45e46ed23a6959f7a97a6ad68e (patch)
treedeaead3c88005ef70d4d954cca3552083294e145 /mx.c
parente4f9683bb99a38bd46b9e7f2d18d2a35dfcd94bf (diff)
Brandon's IMAP clean-up; new czech translation.
Diffstat (limited to 'mx.c')
-rw-r--r--mx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mx.c b/mx.c
index f5deb166..93f39b2a 100644
--- a/mx.c
+++ b/mx.c
@@ -786,6 +786,10 @@ int mx_close_mailbox (CONTEXT *ctx)
return (-1);
}
+#ifdef USE_IMAP
+ /* IMAP doesn't support an OLD flag */
+ if (ctx->magic != M_IMAP)
+#endif
if (option (OPTMARKOLD))
{
for (i = 0; i < ctx->msgcount; i++)