mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Monotone-Parent: 3f20830a3de3ff870541d0f05c25b39079b08e65
Monotone-Revision: 9d9059c535146bcefa1a378020e4c39b33d901e2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-16T21:10:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -450,7 +450,7 @@
|
||||
// percent complete
|
||||
// NOTE: this does not seem to work on Outlook 2003. PidLidPercentComplete's value
|
||||
// is always set to 0, no matter what value is set in Outlook
|
||||
value = [properties objectForKey: MAPIPropertyKey(PidLidPercentComplete)];
|
||||
value = [properties objectForKey: MAPIPropertyKey (PidLidPercentComplete)];
|
||||
if (value)
|
||||
[vToDo setPercentComplete: [value stringValue]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user