summaryrefslogtreecommitdiffstats
path: root/flags.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-05-06 08:29:17 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-05-06 08:29:17 +0000
commit7ce926170cda0b4efc581c8323edcc9f04b36aa1 (patch)
treeda94f57f22052444b43c6e8b0bfcbad26b77dc24 /flags.c
parente64942a90a603d379215be3d974936118cac515c (diff)
Fixing more maildir cursor problems.
Diffstat (limited to 'flags.c')
-rw-r--r--flags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.c b/flags.c
index c38d9a07..71505afe 100644
--- a/flags.c
+++ b/flags.c
@@ -47,7 +47,7 @@ void mutt_set_flag (CONTEXT *ctx, HEADER *h, int flag, int bf)
ctx->deleted--;
#ifdef USE_IMAP
/* if you undelete a message, the imap server will probably need to know. */
- if(ctx->magic==M_IMAP)
+ if (ctx->magic == M_IMAP)
{
h->changed = 1;
ctx->changed = 1;