Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
813f7118
Commit
813f7118
authored
Nov 23, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug
parent
de2d26bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
messagecomposer/helper/messagehelper.cpp
messagecomposer/helper/messagehelper.cpp
+1
-2
No files found.
messagecomposer/helper/messagehelper.cpp
View file @
813f7118
...
...
@@ -157,8 +157,7 @@ void applyIdentity( const KMime::Message::Ptr &message, const KPIMIdentities::Id
}
if
(
ident
.
disabledFcc
())
{
//TODO verify why ident.templates ? bug ?
KMime
::
Headers
::
Generic
*
header
=
new
KMime
::
Headers
::
Generic
(
"X-KMail-FccDisabled"
,
message
.
get
(),
ident
.
templates
(),
"utf-8"
);
KMime
::
Headers
::
Generic
*
header
=
new
KMime
::
Headers
::
Generic
(
"X-KMail-FccDisabled"
,
message
.
get
(),
QLatin1String
(
"true"
),
"utf-8"
);
message
->
setHeader
(
header
);
}
else
{
message
->
removeHeader
(
"X-KMail-FccDisabled"
);
...
...
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