You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
Migrate favorite folder view from kmail to akonadi |
|
|
|
|
|
Migrate some config to akonadi: |
|
|
|
mUseCustomIcons = configGroup.readEntry( "UseCustomIcons", false ); |
|
mNormalIconPath = configGroup.readEntry( "NormalIconPath" ); |
|
mUnreadIconPath = configGroup.readEntry( "UnreadIconPath" ); |
|
mHideInSelectionDialog = configGroup.readEntry( "HideInSelectionDialog", false ); |
|
We use now Collection::Id(); and not idString(); |
|
Port shortcut |
|
|
|
|
|
Migrate color config |
|
=> from [Reader] to [MessageListView::Colors] |
|
NewMessage to NewMessageColor |
|
UnreadMessage to UnreadMessageColor |
|
FlagMessage to ImportantMessageColor |
|
ToActMessage to TodoMessageColor |
|
|
|
=> from [Reader] to [MessageListView::Fonts] |
|
list-font to MessageListFont |
|
list-important-font to ImportantMessageFont |
|
list-new-font to NewMessageFont |
|
list-unread-font to UnreadMessageFont |
|
list-toact-font to TodoMessageFont |
|
=> from [MessageListView] |
|
DisplayMessageToolTips to MessageToolTipEnabled |
|
HideTabBarWithSingleTab to AutoHideTabBarWithSingleTab |
|
|
|
|
|
|