https://bugs.kde.org/show_bug.cgi?id=483844

--- Comment #1 from Andreas Schneider <a...@cryptomilk.org> ---
(gdb) f 1
#1  0x00007fff8c822a44 in KMMainWidget::updateFolderMenu (this=0x555557191b90)
at /usr/src/debug/kmail-24.02.0/src/kmmainwidget.cpp:4069
4069        mFolderMailingListPropertiesAction->setEnabled(folderWithContent &&
!mCurrentFolderSettings->isSystemFolder());
(gdb) l
4064            QTimer::singleShot(1s, this, &KMMainWidget::updateFolderMenu);
4065            return;
4066        }
4067
4068        const bool folderWithContent = mCurrentFolderSettings &&
!mCurrentFolderSettings->isStructural() && mCurrentFolderSettings->isValid();
4069        mFolderMailingListPropertiesAction->setEnabled(folderWithContent &&
!mCurrentFolderSettings->isSystemFolder());
4070
4071        QList<QAction *> actionlist;
4072        if (mCurrentCollection.id() ==
CommonKernel->outboxCollectionFolder().id() &&
(mCurrentCollection).statistics().count() > 0) {
4073            qCDebug(KMAIL_LOG) << "Enabling send queued";
(gdb) p mFolderMailingListPropertiesAction
$1 = (QAction *) 0x0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to