diff --git a/src/configuredialog/configurecomposerpage.cpp b/src/configuredialog/configurecomposerpage.cpp index 82a829121..624b2224d 100644 --- a/src/configuredialog/configurecomposerpage.cpp +++ b/src/configuredialog/configurecomposerpage.cpp @@ -213,7 +213,6 @@ ComposerPageGeneralTab::ComposerPageGeneralTab(QWidget *parent) // "Only quote selected text when replying" checkbox mQuoteSelectionOnlyCheck = new QCheckBox(MessageComposer::MessageComposerSettings::self()->quoteSelectionOnlyItem()->label(), this); - mQuoteSelectionOnlyCheck->setEnabled(false); helpText = i18n("When replying, only quote the selected text\n" "(instead of the complete message), if\n" "there is text selected in the message window.");