Summary: | cannot set custom folder icon for folder used by non-default Identity | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | yuzyk |
Component: | folders | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 4.10.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
folderwith.png
folderwithout.png |
Description
yuzyk
2013-07-04 08:38:09 UTC
View tab: mIsLocalSystemFolder = CommonKernel->isSystemFolderCollection( col ) || fd->isStructural() || Kernel::folderIsInbox( col ) if ( !mIsLocalSystemFolder ) { // icons mIconsCheckBox = new QCheckBox( i18n( "Use custom &icons"), this ); mIconsCheckBox->setChecked( false ); ... } So you look at a top level folder or a system folder So it's not valid your bug. And it doesn't show with specific identity. Regards Created attachment 80955 [details] folderwith.png On Thursday, July 04, 2013 11:56:29 PM Laurent Montel <montel@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=321936 > > Laurent Montel <montel@kde.org> changed: > > What |Removed |Added > ------------------------------------------------------------------------ > ---- Status|UNCONFIRMED |RESOLVED > CC| |montel@kde.org > Resolution|--- |INVALID > > --- Comment #1 from Laurent Montel <montel@kde.org> --- > View tab: > > mIsLocalSystemFolder = CommonKernel->isSystemFolderCollection( col ) || > fd->isStructural() || Kernel::folderIsInbox( col ) > if ( !mIsLocalSystemFolder ) { > // icons > mIconsCheckBox = new QCheckBox( i18n( "Use custom &icons"), this > ); mIconsCheckBox->setChecked( false ); > ... > } > > So you look at a top level folder or a system folder > So it's not valid your bug. > > And it doesn't show with specific identity. > Regards Here are screensnaps of a folder with and without the ability to use a custom icon. Notice that the option is not present on the dialog. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jerome Yuzyk, Avra Software Lab Inc. Created attachment 80956 [details]
folderwithout.png
As I told you you select a folder as " CommonKernel->isSystemFolderCollection( col ) || > fd->isStructural() || Kernel::folderIsInbox( col )" if it's your inbox or toplevel you will not change it. On Friday, July 05, 2013 06:39:18 AM you wrote:
> https://bugs.kde.org/show_bug.cgi?id=321936
>
> --- Comment #4 from Laurent Montel <montel@kde.org> ---
> As I told you you select a folder as "
> CommonKernel->isSystemFolderCollection( col ) || > fd->isStructural() ||
> Kernel::folderIsInbox( col )"
>
> if it's your inbox or toplevel you will not change it.
It's not my inbox or a top level folder I can't set.
Or, I don't understand what you mean.
I do not see how this is resolved. Do you mean any folder that is set to be the inbox for an Account is treated like the top-level inbox, outbox, and trash folders and cannot have a custom icon? |