mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: 95a479a030c58000846673a3dd3d9cdb31012678
Monotone-Revision: b94a205a2235d5b995faf01f91a8cccfff28235d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-17T18:01:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-09-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailPartICalViewer.m
|
||||
([UIxMailPartICalViewer -calendarFolder]): returns the "personal"
|
||||
entry of the Calendars parent folder.
|
||||
|
||||
* UI/MailerUI/UIxMailListView.m ([UIxMailListView
|
||||
-messageSubject]): new accessor method to work-around a problem
|
||||
within SOPE where a subject could be returned as an NSData.
|
||||
|
||||
@@ -195,7 +195,8 @@
|
||||
|
||||
/* calendar folder support */
|
||||
|
||||
- (id)calendarFolder {
|
||||
- (id) calendarFolder
|
||||
{
|
||||
/* return scheduling calendar of currently logged-in user */
|
||||
SOGoUser *user;
|
||||
id folder;
|
||||
@@ -205,7 +206,7 @@
|
||||
inContext: context
|
||||
acquire: NO];
|
||||
|
||||
return folder;
|
||||
return [folder lookupName: @"personal" inContext: context acquire: NO];
|
||||
}
|
||||
|
||||
- (id)storedEventObject {
|
||||
|
||||
Reference in New Issue
Block a user