mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 10:28:00 +00:00
Monotone-Parent: 607aa602c2fc40fbaa85fb65c2f5b39d5ec5c3f6
Monotone-Revision: 6de0a98067b97567bbcbe8d9bf8d0a0add24b5fa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-04T19:19:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -276,7 +276,11 @@
|
||||
}
|
||||
}
|
||||
else
|
||||
[self _fetchFileAttachmentKey: part intoArray: keys withPath: path];
|
||||
{
|
||||
if (!path)
|
||||
path = @"1";
|
||||
[self _fetchFileAttachmentKey: part intoArray: keys withPath: path];
|
||||
}
|
||||
}
|
||||
|
||||
#warning we might need to handle parts with a "name" attribute
|
||||
|
||||
Reference in New Issue
Block a user