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
13334822
Commit
13334822
authored
May 04, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Coding style
parent
e6e9d790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
11 deletions
+30
-11
kmail/src/editor/kmcomposerwin.h
kmail/src/editor/kmcomposerwin.h
+30
-11
No files found.
kmail/src/editor/kmcomposerwin.h
View file @
13334822
...
...
@@ -545,10 +545,14 @@ private:
QMap
<
QByteArray
,
QString
>
mExtraHeaders
;
QWidget
*
mMainWidget
;
MessageComposer
::
ComposerLineEdit
*
mEdtFrom
,
*
mEdtReplyTo
;
MessageComposer
::
ComposerLineEdit
*
mEdtFrom
;
MessageComposer
::
ComposerLineEdit
*
mEdtReplyTo
;
PimCommon
::
LineEditWithAutoCorrection
*
mEdtSubject
;
QLabel
*
mLblIdentity
,
*
mLblTransport
,
*
mLblFcc
;
QLabel
*
mLblFrom
,
*
mLblReplyTo
;
QLabel
*
mLblIdentity
;
QLabel
*
mLblTransport
;
QLabel
*
mLblFcc
;
QLabel
*
mLblFrom
;
QLabel
*
mLblReplyTo
;
QLabel
*
mLblSubject
;
QLabel
*
mDictionaryLabel
;
bool
mDone
;
...
...
@@ -557,8 +561,11 @@ private:
QGridLayout
*
mGrid
;
QString
mTextSelection
;
QString
mCustomTemplate
;
bool
mLastSignActionState
,
mLastEncryptActionState
,
mSigningAndEncryptionExplicitlyDisabled
;
bool
mLastIdentityHasSigningKey
,
mLastIdentityHasEncryptionKey
;
bool
mLastSignActionState
;
bool
mLastEncryptActionState
;
bool
mSigningAndEncryptionExplicitlyDisabled
;
bool
mLastIdentityHasSigningKey
;
bool
mLastIdentityHasEncryptionKey
;
Akonadi
::
Collection
mFolder
;
long
mShowHeaders
;
bool
mForceDisableHtml
;
// Completely disable any HTML. Useful when sending invitations in the
...
...
@@ -570,13 +577,22 @@ private:
KRecentFilesAction
*
mRecentAction
;
KToggleAction
*
mSignAction
,
*
mEncryptAction
,
*
mRequestMDNAction
;
KToggleAction
*
mUrgentAction
,
*
mAllFieldsAction
,
*
mFromAction
;
KToggleAction
*
mSignAction
;
KToggleAction
*
mEncryptAction
;
KToggleAction
*
mRequestMDNAction
;
KToggleAction
*
mUrgentAction
;
KToggleAction
*
mAllFieldsAction
;
KToggleAction
*
mFromAction
;
KToggleAction
*
mReplyToAction
;
KToggleAction
*
mSubjectAction
;
KToggleAction
*
mIdentityAction
,
*
mTransportAction
,
*
mFccAction
;
KToggleAction
*
mWordWrapAction
,
*
mFixedFontAction
,
*
mAutoSpellCheckingAction
;
KToggleAction
*
mDictionaryAction
,
*
mSnippetAction
;
KToggleAction
*
mIdentityAction
;
KToggleAction
*
mTransportAction
;
KToggleAction
*
mFccAction
;
KToggleAction
*
mWordWrapAction
;
KToggleAction
*
mFixedFontAction
;
KToggleAction
*
mAutoSpellCheckingAction
;
KToggleAction
*
mDictionaryAction
;
KToggleAction
*
mSnippetAction
;
QAction
*
mAppendSignature
;
QAction
*
mPrependSignature
;
QAction
*
mInsertSignatureAtCursorPosition
;
...
...
@@ -586,7 +602,10 @@ private:
CodecAction
*
mCodecAction
;
KSelectAction
*
mCryptoModuleAction
;
QAction
*
mFindText
,
*
mFindNextText
,
*
mReplaceText
,
*
mSelectAll
;
QAction
*
mFindText
;
QAction
*
mFindNextText
;
QAction
*
mReplaceText
;
QAction
*
mSelectAll
;
QSplitter
*
mHeadersToEditorSplitter
;
QWidget
*
mHeadersArea
;
...
...
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