Use BODY.PEEK instead of BODY when fetching the X-Priority flag

to avoid changing the flags.

Monotone-Parent: 9939de1c955ffa36b273603dc43a2b4ac81d59aa
Monotone-Revision: 4753dc596b8d9070a66d1d6b4dbe88e746c19a81

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-10-02T12:38:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte 2008-10-02 12:38:14 +00:00
parent 1a2d2d3ece
commit 486a2ee846

View file

@ -290,7 +290,7 @@
if (!keys)
keys = [[NSArray alloc] initWithObjects: @"UID",
@"FLAGS", @"ENVELOPE", @"RFC822.SIZE",
@"BODYSTRUCTURE", @"BODY[HEADER.FIELDS (X-PRIORITY)]", nil];
@"BODYSTRUCTURE", @"BODY.PEEK[HEADER.FIELDS (X-PRIORITY)]", nil];
return keys;
}