Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KMail
Commits
80d8a0c2
Commit
80d8a0c2
authored
Oct 18, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing remove text
parent
13ab2578
Pipeline
#37986
failed with stage
in 8 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/configuredialog/configurecomposerpage.cpp
src/configuredialog/configurecomposerpage.cpp
+3
-0
src/configuredialog/configuresecuritypage.cpp
src/configuredialog/configuresecuritypage.cpp
+1
-0
No files found.
src/configuredialog/configurecomposerpage.cpp
View file @
80d8a0c2
...
...
@@ -683,6 +683,7 @@ ComposerPageSubjectTab::ComposerPageSubjectTab(QWidget *parent)
i18n
(
"A&dd..."
),
i18n
(
"Re&move"
),
i18n
(
"Mod&ify..."
),
i18n
(
"Enter new reply prefix:"
));
mReplyListEditor
->
setRemoveDialogLabel
(
i18n
(
"Do you want to remove reply prefix?"
));
connect
(
mReplyListEditor
,
&
PimCommon
::
SimpleStringListEditor
::
changed
,
this
,
&
ConfigModuleTab
::
slotEmitChanged
);
// row 2: "replace [...]" check box:
...
...
@@ -712,6 +713,7 @@ ComposerPageSubjectTab::ComposerPageSubjectTab(QWidget *parent)
i18n
(
"Remo&ve"
),
i18n
(
"Modify..."
),
i18n
(
"Enter new forward prefix:"
));
mForwardListEditor
->
setRemoveDialogLabel
(
i18n
(
"Do you want to remove forward prefix?"
));
connect
(
mForwardListEditor
,
&
PimCommon
::
SimpleStringListEditor
::
changed
,
this
,
&
ConfigModuleTab
::
slotEmitChanged
);
// row 3: "replace [...]" check box:
...
...
@@ -1158,6 +1160,7 @@ ComposerPageAttachmentsTab::ComposerPageAttachmentsTab(QWidget *parent)
i18n
(
"A&dd..."
),
i18n
(
"Re&move"
),
i18n
(
"Mod&ify..."
),
i18n
(
"Enter new key word:"
));
mAttachWordsListEditor
->
setRemoveDialogLabel
(
i18n
(
"Do you want to remove this attachment word?"
));
connect
(
mAttachWordsListEditor
,
&
PimCommon
::
SimpleStringListEditor
::
changed
,
this
,
&
ConfigModuleTab
::
slotEmitChanged
);
vlay
->
addWidget
(
mAttachWordsListEditor
);
...
...
src/configuredialog/configuresecuritypage.cpp
View file @
80d8a0c2
...
...
@@ -99,6 +99,7 @@ SecurityPageGeneralTab::SecurityPageGeneralTab(QWidget *parent)
connect
(
mSGTab
.
mCheckMailUrlTracking
,
&
QCheckBox
::
stateChanged
,
this
,
&
SecurityPageGeneralTab
::
slotEmitChanged
);
connect
(
mSGTab
.
scamWhiteList
,
&
PimCommon
::
SimpleStringListEditor
::
changed
,
this
,
&
ConfigModuleTab
::
slotEmitChanged
);
mSGTab
.
scamWhiteList
->
setAddDialogLabel
(
i18n
(
"Email Address:"
));
mSGTab
.
scamWhiteList
->
setRemoveDialogLabel
(
i18n
(
"Do you want to remove this email address?"
));
}
void
SecurityPageGeneralTab
::
slotLinkClicked
(
const
QString
&
link
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment