From 889570d672b6ea079c189a5303ea94025cda5a34 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 9 Dec 2015 18:24:09 -0500 Subject: [PATCH] (fix) disabled message view caching for now --- UI/MailerUI/UIxMailView.m | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/UI/MailerUI/UIxMailView.m b/UI/MailerUI/UIxMailView.m index 47347969e..b14c2c18f 100644 --- a/UI/MailerUI/UIxMailView.m +++ b/UI/MailerUI/UIxMailView.m @@ -251,9 +251,15 @@ static NSString *mailETag = nil; those are the IMAP4 flags (and annotations, which we do not use). Since we don't render the flags, it should be OK, if this changes we must embed the flagging into the etag. + + 2015-12-09: We disable caching for now. Let's do this right soon + by taking into account IMAP flags and the Accepted/Declined/etc. + state of an even with an IMIP invitation. We should perhaps even + store the state as an IMAP flag. */ s = [[context request] headerForKey: @"if-none-match"]; - if (s) + //if (s) + if (0) { if ([s rangeOfString:mailETag].length > 0) /* not perfectly correct */ {