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
KMail
Commits
6c005c00
Commit
6c005c00
authored
Feb 26, 2021
by
Laurent Montel
😁
Browse files
Allow to install plugin in other menu
parent
b9b1b1b9
Pipeline
#52349
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6c005c00
...
...
@@ -68,7 +68,7 @@ option(KDEPIM_RUN_AKONADI_TEST "Enable autotest based on Akonadi." TRUE)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Network Test Widgets WebEngine WebEngineWidgets
)
set
(
LIBGRAVATAR_VERSION
"5.16.40"
)
set
(
MAILCOMMON_LIB_VERSION
"5.16.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.16.4
8
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.16.4
9
"
)
set
(
LIBKLEO_LIB_VERSION
"5.16.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.16.41"
)
set
(
LIBKDEPIM_LIB_VERSION
"5.16.40"
)
...
...
src/kmcomposerui.rc
View file @
6c005c00
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd" >
<gui
version=
"52
1
"
name=
"kmcomposer"
translationDomain=
"kmail"
>
<gui
version=
"52
3
"
name=
"kmcomposer"
translationDomain=
"kmail"
>
<MenuBar>
<Menu
noMerge=
"1"
name=
"file"
>
<text>
&
Message
</text>
...
...
@@ -37,6 +37,14 @@
<Separator/>
<ActionList
name=
"kmaileditor_plugins_edit"
/>
</Menu>
<Menu
name=
"insert"
>
<text>
Insert
</text>
<Action
name=
"append_signature"
/>
<Action
name=
"prepend_signature"
/>
<Action
name=
"insert_signature_at_cursor_position"
/>
<Separator/>
<ActionList
name=
"kmaileditor_plugins_insert"
/>
</Menu>
<Menu
noMerge=
"1"
name=
"options"
>
<text>
&
Options
</text>
<Action
name=
"urgent"
/>
...
...
@@ -72,13 +80,11 @@
<Separator/>
<Action
name=
"toggle_fixedfont"
/>
<Action
name=
"snippets"
/>
<Separator/>
<ActionList
name=
"kmaileditor_plugins_view"
/>
</Menu>
<Menu
name=
"attach"
>
<text>
&
Attach
</text>
<Action
name=
"append_signature"
/>
<Action
name=
"prepend_signature"
/>
<Action
name=
"insert_signature_at_cursor_position"
/>
<Separator/>
<Action
name=
"attach_public_key"
/>
<Action
name=
"attach_my_public_key"
/>
<Separator/>
...
...
Write
Preview
Supports
Markdown
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