mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 05:19:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user