preferences: general

- remove clear history button
- add different type of notifications
- support notifications with actions

Change-Id: I05574cf11a22afdab4572daa6ba37602bab17eef
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/ChooseAccountVC.h b/src/ChooseAccountVC.h
index 018cad7..3172445 100644
--- a/src/ChooseAccountVC.h
+++ b/src/ChooseAccountVC.h
@@ -42,11 +42,10 @@
 @property (retain, nonatomic) id <ChooseAccountDelegate> delegate;
 
 @property (readonly) const lrc::api::account::Info& selectedAccount;
-//@property const lrc::api::NewAccountModel* accMdl_;
 
 -(void) enable;
 -(void) disable;
-//-(id) initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil model:(lrc::api::NewAccountModel*) accMdl delegate:(id <ChooseAccountDelegate> )mainWindow;
 -(void) updateWithDelegate:(id <ChooseAccountDelegate> )mainWindow andModel:(lrc::api::NewAccountModel*) accMdl;
+- (void)selectAccount:(NSString*)accountID;
 
 @end