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
KDE PIM Add-ons
Commits
ae026846
Commit
ae026846
authored
Jun 25, 2021
by
Laurent Montel
😁
Browse files
Start to create a plugin for checking email before deleting
parent
b6487ce0
Pipeline
#67436
passed with stage
in 53 minutes and 37 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/CMakeLists.txt
View file @
ae026846
...
...
@@ -4,3 +4,4 @@ add_subdirectory(editorsendcheckplugins)
add_subdirectory
(
editorinitplugins
)
add_subdirectory
(
editorconvertertextplugins
)
add_subdirectory
(
grammarplugins
)
add_subdirectory
(
checkbeforedeletemailplugins
)
kmail/checkbeforedeletemailplugins/CMakeLists.txt
0 → 100644
View file @
ae026846
add_definitions
(
-DTRANSLATION_DOMAIN=\"kmail_checkbeforedeleting_pluginsS\"
)
add_subdirectory
(
confirmbeforedeleting
)
kmail/checkbeforedeletemailplugins/Messages.sh
0 → 100644
View file @
ae026846
#! /bin/sh
$XGETTEXT
`
find
.
-name
'*.cpp'
-o
-name
'*.h'
|
grep
-v
'/tests/'
|
grep
-v
'/autotests/''` -o $podir/kmail_checkbeforedeleting_plugins.pot
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/CMakeLists.txt
0 → 100644
View file @
ae026846
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