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
4825f324
Commit
4825f324
authored
Jun 26, 2021
by
Yuri Chornoivan
Browse files
Fix message extraction
parent
aa21bb42
Pipeline
#67546
passed with stage
in 52 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/Messages.sh
View file @
4825f324
#! /bin/sh
$XGETTEXT
`
find
.
-name
'*.cpp'
-o
-name
'*.h'
|
grep
-v
'/tests/'
|
grep
-v
'/autotests/'
'
` -o $podir/kmail_checkbeforedeleting_plugins.pot
$XGETTEXT
`
find
.
-name
'*.cpp'
-o
-name
'*.h'
|
grep
-v
'/tests/'
|
grep
-v
'/autotests/'
`
-o
$podir
/kmail_checkbeforedeleting_plugins.pot
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