summaryrefslogtreecommitdiff
path: root/imap/src/osdep/unix/mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/osdep/unix/mbx.c')
-rw-r--r--imap/src/osdep/unix/mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/mbx.c b/imap/src/osdep/unix/mbx.c
index 18c4fa2..1f41efc 100644
--- a/imap/src/osdep/unix/mbx.c
+++ b/imap/src/osdep/unix/mbx.c
@@ -1168,7 +1168,7 @@ long mbx_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
ret = NIL; /* mark failure */
break;
}
- mail_date (tmp,&elt); /* write preseved date */
+ mail_date (tmp,&elt); /* write preserved date */
}
else internal_date (tmp); /* get current date in IMAP format */
/* write header */