Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
dba12a3e
Commit
dba12a3e
authored
Mar 12, 2017
by
Laurent Montel
😁
Browse files
Coding style
parent
8e9f9b0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/utils/messageviewerutil.h
View file @
dba12a3e
...
...
@@ -78,9 +78,9 @@ KMime::Content::List allContents(const KMime::Content *message);
bool
saveContents
(
QWidget
*
parent
,
const
KMime
::
Content
::
List
&
contents
,
QUrl
&
currentFolder
);
bool
saveContent
(
QWidget
*
parent
,
KMime
::
Content
*
content
,
const
QUrl
&
url
);
bool
MESSAGEVIEWER_EXPORT
saveMessageInMbox
(
const
Akonadi
::
Item
::
List
&
retrievedMsgs
,
QWidget
*
parent
,
bool
appendMessages
=
false
);
MESSAGEVIEWER_EXPORT
bool
saveMessageInMbox
(
const
Akonadi
::
Item
::
List
&
retrievedMsgs
,
QWidget
*
parent
,
bool
appendMessages
=
false
);
bool
MESSAGEVIEWER_EXPORT
saveAttachments
(
const
KMime
::
Content
::
List
&
contents
,
QWidget
*
parent
,
QUrl
&
currentFolder
);
MESSAGEVIEWER_EXPORT
bool
saveAttachments
(
const
KMime
::
Content
::
List
&
contents
,
QWidget
*
parent
,
QUrl
&
currentFolder
);
MESSAGEVIEWER_EXPORT
QAction
*
createAppAction
(
const
KService
::
Ptr
&
service
,
bool
singleOffer
,
QActionGroup
*
actionGroup
,
QObject
*
parent
);
}
...
...
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