Summary: | Cannot save new message list theme from one session to another | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | tprotopopescu |
Component: | message list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 4.8.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/08fa8e34438cb1729c27d061dac31b42d968f389 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
tprotopopescu
2012-06-18 17:10:04 UTC
I confirm it will look at it I fixed first part of bug in 0b02e747112cd0151ebd488e1fc536ae33e6d867 Fixed in 4.8.5 Will look at other bug Git commit 4d0efbc1ec7fb5d6e01bcbf7ff73ff018f7b56c0 by Montel Laurent. Committed on 20/07/2012 at 23:56. Pushed by mlaurent into branch 'KDE/4.8'. First item of Bug 302137 fixed - Cannot save new message list theme from one session to another (cherry picked from commit 0b02e747112cd0151ebd488e1fc536ae33e6d867) M +1 -0 messagelist/core/theme.cpp http://commits.kde.org/kdepim/4d0efbc1ec7fb5d6e01bcbf7ff73ff018f7b56c0 'Moreover some columns do not become visible even if 'column properties' are set to 'visible by default' do you have infos about specific column which is not visible ? This is what I was trying out: Created a clone of the Classic Theme. In the theme configuration dialog, the appearance tab, there is the list of columns for that view. Right clicking on a column and selecting `column properties' one of the options is `visible by default'. Selecting this option for a column that does not have it already checked does not make the column visible. I tried this specifically with the `Tag', `Attachment', `Signature', `Importance', `Size', `Read/Unread' columns. In the configuration dialog view preview the column says, e.g. `Attachment (Visible)' but the column does not become visible in the message list, after pressing 'OK' and returning to the message list, or after switching to another theme and switching back, or restarting Kontact. The column properties are saved from one session to the next, though. To make these columns visible I have to right click on the column headers in the message list and select the columns from the menu. Once visible in the message list the newly visible columns remain visible from one session to the next. But any re-ordering of the columns, e.g. making the 'Attachment' column the first column on the left is not preserved from session to session. ok will investigate more. Thanks for infos Ok for "visible" it's stored it's not a problem. But it's not refresh default column. It's the problem You need to click on "show default column" For order it's right it's not restore/stored. Git commit 08fa8e34438cb1729c27d061dac31b42d968f389 by Montel Laurent. Committed on 03/08/2012 at 17:17. Pushed by mlaurent into branch 'master'. Fix Bug 302137 - Cannot save new message list theme from one session to another FIXED-IN: 4.10 M +32 -12 messagelist/pane.cpp http://commits.kde.org/kdepim/08fa8e34438cb1729c27d061dac31b42d968f389 Now we can save/restore header order. |