]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MailerUI/UIxMailListView.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1158 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailerUI / UIxMailListView.h
index 7d7fd458a1721df7e908a101db9c496b9094c7b7..8ab751e3ede03598c655fa8fac02346d1e59d5cf 100644 (file)
 
 @interface UIxMailListView : UIxComponent
 {
-  NSArray     *sortedUIDs; /* we always need to retrieve all anyway! */
-  NSArray     *messages;
-  unsigned    firstMessageNumber;
-  id          message;
+  NSArray *sortedUIDs; /* we always need to retrieve all anyway! */
+  NSArray *messages;
+  unsigned firstMessageNumber;
+  id message;
   EOQualifier *qualifier;
   SOGoDateFormatter *dateFormatter;
   NSTimeZone *userTimeZone;
 }
 
-- (NSString *)defaultSortKey;
-- (NSString *)imap4SortKey;
-- (NSString *)imap4SortOrdering;
-
-- (BOOL)isSortedDescending;
+- (NSString *) defaultSortKey;
+- (NSString *) imap4SortKey;
+- (NSString *) imap4SortOrdering;
 
 @end