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 Data Exporter
Commits
923f6039
Commit
923f6039
authored
Nov 09, 2021
by
Laurent Montel
😁
Browse files
Add import/export support for akonadi_newmailnotifier_agentrc
parent
62a9f6c8
Pipeline
#95714
failed with stage
in 2 minutes and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/mail/exportmailjobinterface.cpp
View file @
923f6039
...
...
@@ -198,6 +198,7 @@ void ExportMailJobInterface::backupConfig()
backupConfigFile
(
QStringLiteral
(
"akonadi_followupreminder_agent.notifyrc"
));
backupConfigFile
(
QStringLiteral
(
"messagevieweradblockrc"
));
backupConfigFile
(
QStringLiteral
(
"messageviewer.notifyrc"
));
backupConfigFile
(
QStringLiteral
(
"akonadi_newmailnotifier_agentrc"
));
const
QString
folderMailArchiveStr
(
QStringLiteral
(
"foldermailarchiverc"
));
const
QString
folderMailArchiverc
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
ConfigLocation
)
+
QLatin1Char
(
'/'
)
+
folderMailArchiveStr
;
...
...
gui/backup-structure.txt
View file @
923f6039
...
...
@@ -114,6 +114,7 @@ Root
| |---------eventviewsrc
| |---------dkimsettingsrc
| |---------confirmbeforedeletingrc
| |---------akonadi_newmailnotifier_agentrc
|
|-----akonadi
| |---------<archive akonadi>
...
...
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